Skip Menu |
 

From: tlyu@mit.edu
Subject: SVN Commit

pull up r22177 from trunk

------------------------------------------------------------------------
r22177 | epeisach | 2009-04-07 19:59:25 -0400 (Tue, 07 Apr 2009) | 10 lines
Changed paths:
M /trunk/src/util/support/utf8_conv.c

ticket:
Subject k5_utf8s_to_ucs2s could deref NULL pointer...

Based on usage of this static function, this will never happen as
results are always malloced (and checked) by caller. However, the
function is already coded to handle the first argument being null - so
be consistent throughout.

https://github.com/krb5/krb5/commit/d02d9b4109be04c12b477a031182542f3062bccd
Commit By: tlyu
Revision: 22251
Changed Files:
U branches/krb5-1-7/src/util/support/utf8_conv.c