attractivechaos / klib

A standalone and lightweight C library
http://attractivechaos.github.io/klib/
MIT License
4.18k stars 556 forks source link

Fix kstrtok finished flag check, undefined behaviour and sign extension issues #94

Closed daviesrob closed 6 years ago

daviesrob commented 6 years ago

Completes unfinished business from commit d8d0c5f which added the aux->finished flag, but failed to update the line that checks for the finished condition before processing sep.

Also fixes some bugs:

lh3 commented 6 years ago

Thanks!