CVE-2015-5370: librpc/rpc: don't allow pkt->auth_length == 0 in dcerpc_pull_auth_trai...
authorStefan Metzmacher <metze@samba.org>
Sat, 27 Jun 2015 23:19:57 +0000 (01:19 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 12 Apr 2016 17:25:31 +0000 (19:25 +0200)
commit5108d26add4d20edf00429d00a0375034adb263e
treed0887e377ea5ea4810f33473283267061fc3a81f
parentc0f3f308dae897dc7d58d920dc9448dddb706060
CVE-2015-5370: librpc/rpc: don't allow pkt->auth_length == 0 in dcerpc_pull_auth_trailer()

All callers should have already checked that.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
librpc/rpc/dcerpc_util.c