CVE-2015-5370: s3:rpc_server: don't allow an existing context to be changed in check_...
commit46ddaf320ddfb13919abd14d68572c1ba9d13842
authorStefan Metzmacher <metze@samba.org>
Tue, 7 Jul 2015 11:05:01 +0000 (7 13:05 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 30 Mar 2016 02:21:41 +0000 (30 04:21 +0200)
tree05731a7605dd4b521d78dff813a8db818ab95f30
parentf3a67c2df66d152437f90e4f88e84c88aadb79f0
CVE-2015-5370: s3:rpc_server: don't allow an existing context to be changed in check_bind_req()

An alter context can't change the syntax of an existing context,
a new context_id will be used for 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>
source3/rpc_server/srv_pipe.c