This error would occur because the quadratic equation solving code didn't check for `a` being non-zero. Fixed by adding the additional check. This can be tested and reproduced using the `ShrinkwrapTargetNormalProject2` `modifiers` test. Pull Request: https://projects.blender.org/blender/blender/pulls/133273