]> granicus.if.org Git - libtirpc/commit
xdr_rejected_reply: Don't crash with invalid server rejection
authorSteve Dickson <steved@redhat.com>
Thu, 5 Jun 2014 13:40:23 +0000 (09:40 -0400)
committerSteve Dickson <steved@redhat.com>
Wed, 18 Jun 2014 20:39:18 +0000 (16:39 -0400)
commita940bf9e30d6e57ff6b13003d371a9ba4c43ae96
treefc744fde3372cfeebc7f84647023f4d828785be4
parentcf2e0082ce88fc2c75479c26a4b9f69f1b028c80
xdr_rejected_reply: Don't crash with invalid server rejection

It seems legacy servers like to return invalid
rejection status when a RPC is rejected. This
should not crash the app then it happens.

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