summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/pgp-pubdec.c
diff options
context:
space:
mode:
authorMichael Meskes2014-05-06 11:04:30 +0000
committerMichael Meskes2014-05-06 11:24:13 +0000
commit91c8c106facadc868308e90dbaca3ac6017be5f0 (patch)
treed018fa4e327d7773cafd82c0c4df28dc8feb8781 /contrib/pgcrypto/pgp-pubdec.c
parent7d5b6862180b3e2ef4c34d5f0d397ae5825acd71 (diff)
Fix handling of array of char pointers in ecpglib.
When array of char * was used as target for a FETCH statement returning more than one row, it tried to store all the result in the first element. Instead it should dump array of char pointers with right offset, use the address instead of the value of the C variable while reading the array and treat such variable as char **, instead of char * for pointer arithmetic. Patch by Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Diffstat (limited to 'contrib/pgcrypto/pgp-pubdec.c')
0 files changed, 0 insertions, 0 deletions