• src/smblib/smbhash.c

    From deuce@VERT to CVS commit on Wednesday, April 23, 2014 03:12:52
    src/smblib smbhash.c 1.29 1.30
    Update of /cvsroot/sbbs/src/smblib
    In directory cvs:/tmp/cvs-serv12366

    Modified Files:
    smbhash.c
    Log Message:
    Fix small unlikely memory leak in smb_getmsgidx_by_hash() if hashes[0]
    is NULL (ie: an allocation failure occured).




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Monday, May 09, 2022 18:52:27
    https://gitlab.synchro.net/main/sbbs/-/commit/d752fc0eb28de515a3f91840
    Modified Files:
    src/smblib/smbhash.c
    Log Message:
    Remove trailing whitespace before computing Subject CRC

    Some responding programs will automatically remove the trailing white-space from subject when replying and that would mess up the subject-linkage-by-CRC. So let's just ignore trailing whitespace in the first place.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows)@VERT to Git commit to main/sbbs/master on Thursday, May 25, 2023 18:53:35
    https://gitlab.synchro.net/main/sbbs/-/commit/edcf5622739b854b935c24cb
    Modified Files:
    src/smblib/smbhash.c
    Log Message:
    Truncate trailing whitespace before computing name CRCs

    Some BBS packages tack on trailing whitespace on names, e.g. https://github.com/wwivbbs/wwiv/issues/1607

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net