]> granicus.if.org Git - libtirpc/commit
Segfault in SVCAUTH_WRAP call libtirpc-0-2-3-rc2
authorSteve Dickson <steved@redhat.com>
Wed, 20 Jul 2011 13:47:49 +0000 (09:47 -0400)
committerSteve Dickson <steved@redhat.com>
Wed, 20 Jul 2011 15:21:32 +0000 (11:21 -0400)
commite6bdc5761e5340b0df03c2b5c344b04feabaad9e
treee93dd3c3d83e3f7b4ffaa76ed177e0ce2a05874a
parentebd3e644a79fa92b3b780d87d8028fcf64364abd
Segfault in SVCAUTH_WRAP call

The xprt->xp_auth pointer need to be checked before
used in the SVCAUTH_WRAP call since it can be NULL
during error conditions.

Signed-off-by: Steve Dickson <steved@redhat.com>
src/svc_dg.c
src/svc_vc.c