- Notifications
You must be signed in to change notification settings - Fork5
Commit5ee76ac
committed
> I've been experimenting with pgcrypto 0.3 (distributed with
> Postgres 7.1.0), and I think I've found a bug.>> I compiled Pgcrypto with OpenSSL, using gcc 2.95.4 and> OpenSSL 0.9.6a (the latest Debian 'unstable' packages).> web=> select encode(digest('blah', 'sha1'), 'base64');> FATAL 1: pg_encode: overflow, encode estimate too small> pqReadData() -- backend closed the channel unexpectedly.> This probably means the backend terminated abnormally> before or while processing the request.> The connection to the server was lost. Attempting reset: Succeeded.> Is this a bug? Can it be fixed?This is a bug alright. And a silly one :)Marko Kreen1 parent904ba3f commit5ee76ac
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| |||
349 | 349 |
| |
350 | 350 |
| |
351 | 351 |
| |
352 |
| - | |
| 352 | + | |
353 | 353 |
| |
354 | 354 |
| |
355 | 355 |
| |
|
0 commit comments
Comments
(0)