Skip to content

string: fix out of bounds bug in strncmp

Jeremy Soller requested to merge Arcterus:master into master

Created by: Arcterus

Someone brought this up here. Guess I didn't notice that c_str_n() drops NUL.

Merge request reports