forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb490469
committed
> > On Fri, Dec 21, 2001 at 11:43:21AM +0800, Christopher Kings-Lynne
wrote:> > > Just testing pgcrypto on freebsd/alpha. I get some warnings:> > They should be harmless, although I should fix them.>> The actual code is:>> if ((dlen & 15) || (((unsigned) res) & 3))> return -1;> Hard to imagine how (uint *) & 3 makes any sense, unless res isn't> always a (uint8 *). Is that true?At some point it was casted to (uint32*) so I wanted to be sure its ok.ATM its pointless. Please apply the following patch.--marko1 parentbc29b06 commitb490469
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
| 429 | + | |
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
453 | | - | |
| 453 | + | |
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| |||
0 commit comments
Comments
(0)