Subj : src/sbbs3/xtrn_sec.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Fri Mar 04 2022 11:16 pm https://gitlab.synchro.net/main/sbbs/-/commit/959fa9fe08666fe6d0259afd Modified Files: src/sbbs3/xtrn_sec.cpp Log Message: Don't use pointers to the low byte of multi-byte integers This only works on little endian systems (which is all we support currently). Fixes CID 174261: Wrong size argument This binary drop file writing code is pretty terrible and inefficient, but I remember being really proud of it (supporting so many drop files). This really should be re-written to use structures and/or buffered file I/O. .