• src/sbbs3/ars.c

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Wednesday, February 23, 2022 23:25:45
    https://gitlab.synchro.net/main/sbbs/-/commit/92d91fb153b42ffc67947e6c
    Modified Files:
    src/sbbs3/ars.c
    Log Message:
    Comment intentional case statement fall-throughsCID 33207CID 33208CID 33209
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Sunday, June 11, 2023 14:33:40
    https://gitlab.synchro.net/main/sbbs/-/commit/f9acb79dec8930f45cd3d2dc
    Modified Files:
    src/sbbs3/ars.c
    Log Message:
    Fix unaligned memory accesses as reported by ASane.g. runtime error: store to misaligned address 0x7ffec33195e3 for type'short int', which requires 2 byte alignmentThese aren't a problem for x86, but could be a problem for some other CPUarchitectures that don't support unaligned access. I didn't use memcpy() toresolve this (though that would've worked) to make this change endian agnostic.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)