Removed abort call that caused crashes
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.
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.