CVE-2015-5370: s3:rpc_server: don't allow an existing context to be changed in check_...
commita995740d4e7fbd8fbb5c8c6280b73eaceae53574
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:10:15 +0000 (30 04:10 +0200)
tree6dea251c06b45f01204110051822f078a8a16ebe
parent9464684010461947fa98d8ee084069e9cf362625
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