qmuntal / gltf

Go library for encoding glTF 2.0 files
https://www.khronos.org/gltf/
BSD 2-Clause "Simplified" License
241 stars 32 forks source link

Avoid out of bounds when calculating im.URI[startPos:] #70

Closed oahzgnaw closed 1 year ago

oahzgnaw commented 1 year ago

Hello, when I was looking at pull 69, I found that there were similar problems when processing images. I fixed it and added test cases. Also edited one of your details. Please take a look~

qmuntal commented 1 year ago

Thanks fixing this issue. CI spotted some compilation issues in your changes, will merge once it is green.

oahzgnaw commented 1 year ago

Hello, I have modified the file that had problems before, please look again~