nbis
nbis copied to clipboard
NIST Biometric Image Software (mirror)
External variables need to be explicitly declared once or the project needs to apply the fcommon switch. See https://gcc.gnu.org/gcc-10/porting_to.html.
I found this leak while memory profiling Bozorth in my web assembly compilation of [NBIS](https://github.com/RamAddict/NBIS-JS/commit/1cc5494418bbc767cc1d1e72c1769b689d9139bd). It's just a simple free.
This commit addresses several compatibility issues to ensure the codebase works well on modern macOS (M4): 1. Replace deprecated BSD function calls: - Replace rindex() with strrchr() for POSIX compliance...