slic3r / Slic3r

Open Source toolpath generator for 3D printers
https://slic3r.org/
GNU Affero General Public License v3.0
3.28k stars 1.29k forks source link

Add check for empty faces in IO::OBJ::read(), fixing issue #5115 #5116

Closed eldstal closed 2 years ago

eldstal commented 2 years ago

See issue #5115 for more info

AppVeyorBot commented 2 years ago

:x: Build Slic3r 1.3.0-master-2507 failed (commit https://github.com/slic3r/Slic3r/commit/dda71f7740 by @eldstal)

eldstal commented 2 years ago

An empty/NULL points[] isn't the only cause of this, so the patch is insufficient.