On Thu May 30 14:40:50 2024 +0000, Matteo Bruni wrote:
This is just moving old code around but I think we can make some improvements while at it. Here it looks like we can replace those `strncmp()` uses with `memcmp()`.
Changed all uses of `strncmp()` to use `memcmp()` in the current revision.