Loop when necessary in contrib/pgcrypto's pktreader_pull().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4a9710e6edd1a23f6a053eb4b58b2b784245dc7e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-11-11T22:22:44Z
Releases: 9.2.10
Loop when necessary in contrib/pgcrypto's pktreader_pull().

This fixes a scenario in which pgp_sym_decrypt() failed with "Wrong key
or corrupt data" on messages whose length is 6 less than a power of 2.

Per bug #11905 from Connor Penhale.  Fix by Marko Tiikkaja, regression
test case from Jeff Janes.

Files