Gene Buckle
Gene Buckle
Tracking issue for: - [ ] https://github.com/geneb/ScarletDME/security/code-scanning/307
Remove the __STDC_VERSION__ test in qmdefs.h and qmtic.c and include stdbool.h. This should resolve the problem regardless of compiler version or standard setting.
Lance brought to my attention a function declaration in op_ccall.c that goes like this: u_int64 (*Fn0)(); Now ignoring the absolutely **horrifying** choice of variable name, he pointed out that the...
When going through and removing the K&Risms that Lance pointed out to me, I noticed other uses of sprintf() that I'd missed when converting the others to snprintf(). These need...