tinyobjloader-c's tinyobjparseandindexmtlfile (tinyobjloaderc.h) reads each line of a .mtl material file into a fixed 4096-byte stack buffer via memcpy(linebuf, p, plen), guarded only by . The identical vulnerable pattern is duplicated in a second function in the same file.