Subj : src/smblib/smbdump.c To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Fri May 26 2023 05:14 pm https://gitlab.synchro.net/main/sbbs/-/commit/49cda4ee1dd5d43f47096071 Modified Files: src/smblib/smbdump.c Log Message: smb_msghdr_str_list() print strings with trailing whitespace in quotes Make it obvious when a message header value string has trailing white-space. Make this function (and binstr()) thread-safe by eliminating the local static variable. .