[qt/qt/qtquick3d-assimp]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtquick3d-assimp Pushed by mirror-service into branch 'upstream/master'. Changed from a472362d33c31b1200245dd92206741ac9165902 to a8278e3ad9522493657fc759d26718524a6d23e7 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit a8278e3ad9522493657fc759d26718524a6d23e7 by GitHub (on behalf of metsw24-max) on 02/08/2026 at 15:31.. Fix OOM and heap buffer overflow in OFF parser (#6668) * Fix OOM and heap buffer overflow in OFF parser * Derive OFF size check from vertex dimensions, tidy includes and tests The minimum-file-size check assumed 3D vertex lines, which could reject valid compact 1D/2D nOFF files. Compute the per-vertex minimum from the declared dimensions instead and add a 2D nOFF regression test. Also reorder includes to match the project convention, drop strlen from the new tests (flagged as security hotspots by the Sonar quality gate), and revert the unrelated test/CMakeLists.txt changes. * Update OFFLoader.cpp --------- Co-authored-by: Kim Kulling <[email protected]> https://invent.kde.org/qt/qt/qtquick3d-assimp/-/commit/a8278e3ad9522493657fc759d26718524a6d23e7