s3: smbd: Fix NULL pointer bug introduced by previous 'raw' stream fix (bug #11522).
authorJeremy Allison <jra@samba.org>
Thu, 1 Oct 2015 00:12:11 +0000 (17:12 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 5 Oct 2015 07:41:29 +0000 (09:41 +0200)
commit51eacb5d78793f8b7de7b9f573da636091d6aaf1
tree2ffea5480d9c5cea1343cefeb97299843435a35a
parentd0e2a341ac2e117fb9961d9ae4b2acc94b9b73aa
s3: smbd: Fix NULL pointer bug introduced by previous 'raw' stream fix (bug #11522).

Ensure dirpath can never be NULL.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=11535

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Thu Oct  1 08:58:36 CEST 2015 on sn-devel-104

(cherry picked from commit f9ceaf443991e0bb5db23eeced2841436f47359e)
source3/smbd/filename.c