We will need this to show smbd crashing in the test code.
This will be removed once we're passing the test.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15420
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
(cherry picked from commit
e7bf94b4e3a7f994aa6f0b859089c5add2ad380f)
struct reply_sesssetup_and_X_state *state = NULL;
uint64_t sess_vuid;
uint16_t smb_bufsize;
- char *tmp;
+ char *tmp = (char *)0xDEADBEEF;
fstring sub_user; /* Sanitised username for substitution */
const char *native_os;
const char *native_lanman;