davesomebody

joined 3 years ago
[โ€“] davesomebody@twit.social 1 points 2 months ago

@sukhmel I didn't look that far. Just read far enough to find the first line that plays games with array indexes without checking if it should.

[โ€“] davesomebody@twit.social 3 points 2 months ago (3 children)

@akunohana look into this line:
intCheck[strlen(intCheck) - 1] = '\0';

That needs at least length 2 to work.