Fix krb5_dbe_get_strings error handling
authorGreg Hudson <ghudson@mit.edu>
Sat, 24 Sep 2011 12:19:21 +0000 (12:19 +0000)
committerGreg Hudson <ghudson@mit.edu>
Sat, 24 Sep 2011 12:19:21 +0000 (12:19 +0000)
commit998417af98c4690765d533136cf484fd1ce96777
treed3dafff81e1d269732c671478cfb866298e391b8
parentb99d59f7118476cdeb6707b2315eb9b536be556f
Fix krb5_dbe_get_strings error handling

The old error handling was incorrect in the case where a strdup() call
returns NULL but realloc() returns non-NULL.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25230 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/kdb/kdb5.c