CVE-2015-5370: s4:rpc_server: only allow one fragmented call_id at a time
commit67e26610ab83c5d6e009ddf2e9881cc8132fcf0b
authorStefan Metzmacher <metze@samba.org>
Fri, 17 Jul 2015 03:01:26 +0000 (17 05:01 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 30 Mar 2016 02:21:37 +0000 (30 04:21 +0200)
tree71b2a0b80cd29ae4357c59a0d0681d35edd95ad2
parentf77f9bfdb4462fe191d762118d06becc01f4b9a4
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