Fixed possible buffer overflow (Thanks to Ondřej Nečas for the Bugreport)

This commit is contained in:
Jan Möbius
2023-10-26 11:27:28 +02:00
parent aaf3fb292c
commit e0ce1bcddf
2 changed files with 12 additions and 1 deletions

View File

@@ -33,6 +33,7 @@
<li>OBJ writer: Added param 'texture_file' to the Options class, it specifies the path to the texture file (Thanks to Philipp Auersperg-Castell for the patch)</li>
<li>OBJ writer: added param 'material_file_extension' to the Options class, it specifies the material file suffix, default is ".mat" as it was before. (Thanks to Philipp Auersperg-Castell for the patch)</li>
<li>PLY reader/writer: Support for meshlab texture coordinates and ids in PLY IO (Thanks to Gregoire Grzeczkowicz for the patch)</li>
<li>PLY reader/writer: Fixed possible buffer overflow(Thanks to Ondřej Nečas for the bugreport)</li>
</ul>
<b>Build System</b>