mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
c3dc7266d1
AutoBuffer::allocate(nsz) didn't work properly when (sz < nsz < fixed_size). In this case sz remained unchanged.