projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ce7e66
)
(authdes_pk_create): If conversation key cannot be created, free memory.
author
Ulrich Drepper
<drepper@redhat.com>
Wed, 7 Dec 2005 04:10:51 +0000
(
04:10
+0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Wed, 7 Dec 2005 04:10:51 +0000
(
04:10
+0000)
sunrpc/auth_des.c
patch
|
blob
|
history
diff --git
a/sunrpc/auth_des.c
b/sunrpc/auth_des.c
index
7fe96ca
..
dbd12e5
100644
(file)
--- a/
sunrpc/auth_des.c
+++ b/
sunrpc/auth_des.c
@@
-174,7
+174,7
@@
authdes_pk_create (const char *servername, netobj *pkey, u_int window,
if (key_gendes (&auth->ah_key) < 0)
{
debug ("authdes_create: unable to gen conversation key");
-
return NULL
;
+
goto failed
;
}
}
else