]> granicus.if.org Git - postgresql/commit
Fix freenig of names in Kerberos when using MIT - need to use the
authorMagnus Hagander <magnus@hagander.net>
Thu, 12 Jul 2007 14:10:39 +0000 (14:10 +0000)
committerMagnus Hagander <magnus@hagander.net>
Thu, 12 Jul 2007 14:10:39 +0000 (14:10 +0000)
commit67719940585f36617a15dac16a32744a18711ede
tree0062242a3167714a82601b9ff1c24ed607992b68
parent05c4d8f783d57e7ea83fb158e3637908d9f08c28
Fix freenig of names in Kerberos when using MIT - need to use the
free function provided in the Kerberos library.
This fixes a very hard to track down heap corruption on windows
when using debug runtimes.
configure
configure.in
src/include/pg_config.h.in
src/interfaces/libpq/fe-auth.c
src/tools/msvc/Solution.pm