The file that reproduces this had some faces of a mesh with vertex normals, while some other faces were without vertex normals. The parsing code assigns INT32_MAX as a fallback of "I could not parse the normal index as a number" case, but later on code was not catching this "normal index might be invalid" case. Fixes #114304