dcerpc.idl: accept invalid dcerpc_bind_nak pdus
commit38d547bc0d39b56a7491a5f220905f1756c1530a
authorStefan Metzmacher <metze@samba.org>
Wed, 21 Oct 2015 10:01:26 +0000 (21 12:01 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 21 Oct 2015 18:34:28 +0000 (21 20:34 +0200)
tree602b2b68637f1e87834c977428e9217984a122ca
parent7cf45539da9cba25130457941814da12d0a828c3
dcerpc.idl: accept invalid dcerpc_bind_nak pdus

Older Samba versions (<= 4.1) had a bug in the dcerpc_bind_nak
idl, see commit f73ef3028c4f4583c81b611a9714608eae79360c.

Note: ndr_pull_dcerpc_bind_nak() was generated by pidl and
has been extended by the (_available == 0) check.
That's why we ignore the 80 char per line limit.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11327

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Wed Oct 21 20:34:28 CEST 2015 on sn-devel-104
librpc/idl/dcerpc.idl
librpc/ndr/ndr_dcerpc.c