summaryrefslogtreecommitdiff
path: root/src/backend/executor/execGrouping.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-05-12 11:56:38 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-05-12 11:57:05 -0400
commit30cf86fdf49ec6a5c74aab6dcd7cef78e7f1dd54 (patch)
treec1bc877e98e672081a73875b5d4557b1a0e45ec8 /src/backend/executor/execGrouping.c
parentfbc56f706cdadaaf2a686dacece8b403dfaef50b (diff)
Fix write-past-buffer-end in ldapServiceLookup().
The code to assemble ldap_get_values_len's output into a single string wrote the terminating null one byte past where it should. Fix that, and make some other cosmetic adjustments to make the code a trifle more readable and more in line with usual Postgres coding style. Also, free the "result" string when done with it, to avoid a permanent memory leak. Bug report and patch by Albe Laurenz, cosmetic adjustments by me.
Diffstat (limited to 'src/backend/executor/execGrouping.c')
0 files changed, 0 insertions, 0 deletions