s3: Fix Coverity ID 709217 Dereference after null check
authorVolker Lendecke <vl@samba.org>
Fri, 29 Jun 2012 11:30:44 +0000 (13:30 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 3 Jul 2012 13:30:16 +0000 (15:30 +0200)
commitabda9d334796c34afd53b15348d4ed08bdfef913
tree72cbf1cdc28d008c197a7b27714e00304051a022
parent6710e4edc5d44894ba022a9f6dff4a2acaf24d07
s3: Fix Coverity ID 709217 Dereference after null check

A few lines before we did check for x != NULL. I think this might
fix a potential remote crash.

Signed-off-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Tue Jul  3 15:30:17 CEST 2012 on sn-devel-104
source3/smbd/smb2_server.c