mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 05:11:04 -05:00
Fixes #28436. Replaces a nullptr dereference (unguaranteed to cause a SEGFAULT) by `std::terminate` which will call the current `std::terminate_handler` and then SIGARBT.