mirror of
https://github.com/opencv/opencv.git
synced 2026-07-26 22:03:04 +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.