CVE-2015-5370: s3:rpc_server: don't allow an existing context to be changed in check_...
authorStefan Metzmacher <metze@samba.org>
Tue, 7 Jul 2015 11:05:01 +0000 (13:05 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 12 Apr 2016 17:25:32 +0000 (19:25 +0200)
commitdc91d352578bbc4a4f1d2d6022f486c1ae89773b
tree403fc4631ed1f0c3f474fb966a9737ea5791371c
parent3fdc4de983bfa31cf41912f56b075b7f942c9580
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