Bug #3646
smbd core dump when missing negotiate challenge
Start date:
2013-03-23
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
Customer found that smbd is restarting and dumping core files.
Never did reproduce it, but proved from the core dumps that
some strange SMB client at this customer must be sending us
a session setup when no negotiate has happened.
Updated by Gordon Ross almost 8 years ago
To make this robust against such clients, this change
sets up the challenge when we create a session, so it's
always there, even if the client does not negotiate.