Bugfix: smb_addmsg() only trims off body text trailing white-space/ctrl chars
for crc32 history calculation. The entire message body text passed-in is used for hash calculations and storage in the msgbase. Should this function trim off trailing white-space before storing (currently handled in higher level functions)?
Please register or sign in to comment