mirror of
https://github.com/opencv/opencv.git
synced 2026-07-27 06:13:05 +04:00
b201018a25
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.