CVE-2015-5370: s4:rpc_server: only allow one fragmented call_id at a time
authorStefan Metzmacher <metze@samba.org>
Fri, 17 Jul 2015 03:01:26 +0000 (05:01 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 12 Apr 2016 17:25:31 +0000 (19:25 +0200)
commitad6a5cfd2d173e98d9620324f8adc5ecfbf401ba
treeef3dbbc99e514915c667784b3e7fc9c0bcce9a70
parent4b6197f08cb8b207e9c1581da0c72526138f519b
CVE-2015-5370: s4:rpc_server: only allow one fragmented call_id at a time

It's a protocol error if the client doesn't send all fragments of
a request in one go.

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>
source4/rpc_server/dcerpc_server.c