diff options
| author | Magnus Hagander <magnus@hagander.net> | 2007-07-12 14:10:39 +0000 |
|---|---|---|
| committer | Magnus Hagander <magnus@hagander.net> | 2007-07-12 14:10:39 +0000 |
| commit | 67719940585f36617a15dac16a32744a18711ede (patch) | |
| tree | 0062242a3167714a82601b9ff1c24ed607992b68 /src/include | |
| parent | 05c4d8f783d57e7ea83fb158e3637908d9f08c28 (diff) | |
| download | postgresql-67719940585f36617a15dac16a32744a18711ede.tar.gz | |
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.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 2381c20da1..e2962d123c 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -214,6 +214,9 @@ /* Define to 1 if `text.data' is member of `krb5_error'. */ #undef HAVE_KRB5_ERROR_TEXT_DATA +/* Define to 1 if you have krb5_free_unparsed_name */ +#undef HAVE_KRB5_FREE_UNPARSED_NAME + /* Define to 1 if `client' is member of `krb5_ticket'. */ #undef HAVE_KRB5_TICKET_CLIENT |
