Skip to content

string: address performance concerns for strncmp()

Jeremy Soller requested to merge Arcterus:master into master

Created by: Arcterus

Not sure why but I couldn't test this using the test suite, so I had to manually test the function. It seems to work fine though (e.g. no overflows when doing a - b).

Merge request reports