Bug#1053128: smbclient: "smbtree -N" causes a segfault when "server min protocol = NT1"

2024-05-04 Thread Bernhard Übelacker
Hello, I am not a samba maintainer, just trying to collect some more information. As far as I see the crash happens because "cli_credentials_get_password(creds)" in line 62 returns a null pointer, which gets forwarded to the call to strlcpy without further check. Kind regards, Bernhard (rr)

Bug#1053128: smbclient: "smbtree -N" causes a segfault when "server min protocol = NT1"

2023-09-27 Thread Dmitry
Package: smbclient Version: 2:4.17.10+dfsg-0+deb12u1 Severity: important X-Debbugs-Cc: dmitry.s.tele...@gmail.com Dear Maintainer, * What led up to the situation? 1. apt install samba smbclient 2. nano /etc/samba/smb.conf 3. I added the line "server min protocol = NT1" after [global]. 4. I