syoyo / tinyobjloader-c

Header only tiny wavefront .obj loader in pure C99

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heap buffer overflow in my_strndup

nmdnm opened this issue · comments

commented

strlen() on non null terminated string:

slen = strlen(s);

Fix has been merged, so this issue should be ready to close.