Fixed buffer overflow in string handling
authorPhilipp Hasper <PhilLab@users.noreply.github.com>
Mon, 20 Jul 2015 07:00:24 +0000 (09:00 +0200)
committerPhilipp Hasper <PhilLab@users.noreply.github.com>
Mon, 20 Jul 2015 07:00:24 +0000 (09:00 +0200)
commit2b7637df366ae4ffb2157b12e52a0dcabe6326ba
tree9c01f4818c1c1cf0f0b1731e84ce84bc291d9bc3
parent0726c4d4ea80e73c96ccee7bd3ef5f71f46ac82b
Fixed buffer overflow in string handling

pos should never exceed strlen, else the overflow check 'if (!len)' will wrongfully pass
modules/core/include/opencv2/core/cvstd.inl.hpp