Check for null pointer returns when allocating storage.
authorKen Raeburn <raeburn@mit.edu>
Thu, 28 Jun 2007 23:36:51 +0000 (23:36 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 28 Jun 2007 23:36:51 +0000 (23:36 +0000)
commite3e4fc4f58e0b55a910465db1d2437be69dff531
tree60140eba65f56b1e5d30ce30411d4a13815d4a97
parentf1a358b2fe34b20102b03ba01dfc75bfd1d7fad4
Check for null pointer returns when allocating storage.
Clean up some memory leaks in out-of-memory error paths.
Use strdup and asprintf when appropriate.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19650 dc483132-0cff-0310-8789-dd5450dbe970
src/util/ss/error.c
src/util/ss/invocation.c
src/util/ss/parse.c