Skip to content

Removed abort call that caused crashes

Cristian Andrei requested to merge cristianAnd24/vtk:stl-abort into master

I fuzzed vtkSTLReader with afl++ and found a number of crashes due to abort call. Returning 0 instead fixed those crashes and did not affect the rest of the code.

Merge request reports