mirror of
https://github.com/postgres/postgres.git
synced 2025-12-04 12:02:48 +03:00
padded encryption scheme. Formerly it would try to access res[(unsigned) -1], which resulted in core dumps on 64-bit machines, and was certainly trouble waiting to happen on 32-bit machines (though in at least the known case it was harmless because that byte would be overwritten after return). Per report from Ken Colson; fix by Marko Kreen.
9.2 KiB
9.2 KiB