[COMMITTERS] pgsql: Fix write-past-buffer-end in ldapServiceLookup().

2011-05-12 Thread Tom Lane
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

[COMMITTERS] pgsql: Fix write-past-buffer-end in ldapServiceLookup().

2011-05-12 Thread Tom Lane
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

[COMMITTERS] pgsql: Fix write-past-buffer-end in ldapServiceLookup().

2011-05-12 Thread Tom Lane
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

[COMMITTERS] pgsql: Fix write-past-buffer-end in ldapServiceLookup().

2011-05-12 Thread Tom Lane
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

[COMMITTERS] pgsql: Fix write-past-buffer-end in ldapServiceLookup().

2011-05-12 Thread Tom Lane
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