Subj : src/syncdraw/block.c buildfont.c crt.c fonts.c fonts.h fontutil.c load To : Git commit to sbbs/master From : Stephen Hurd Date : Tue Nov 17 2020 02:43 am https://gitlab.synchro.net/sbbs/sbbs/-/commit/61d3c0d571b835b7d17368c0 Modified Files: src/syncdraw/block.c buildfont.c crt.c fonts.c fonts.h fontutil.c load.c menue.c miscfunctions.c sauce.c syncdraw.c tabulator.c Log Message: Fix font insanity and Clang warnings. Since this was originally Pascal, there's a tonne of 1-based indexed arrays, and the font ones were sized by number of elements, meaning it was chock full of buffer overflows. Also, the Pascal string handling was crazy. There were also some file IO issues floating around. This fixes all of those issues and also Closes #179 .