• Vadim Pisarevsky's avatar
    Merge pull request #16488 from vpisarev:filestorage_longlines · 3efa7831
    Vadim Pisarevsky authored
    trying to fix handling file storages with extremely long lines
    
    * trying to fix handling of file storages with extremely long lines: https://github.com/opencv/opencv/issues/11061
    
    * * fixed errorneous pointer access in JSON parser.
    * it's now crash-test time! temporarily set the initial parser buffer size to just 40 bytes. let's run all the test and check if the buffer is always correctly resized and handled
    
    * fixed pointer use in JSON parser; added the proper test to catch this case
    
    * fixed the test to make it more challenging. generate test json with
    *
    **
    ***
    etc. shape
    3efa7831
Name
Last commit
Last update
..
ocl Loading commit data...
test_arithm.cpp Loading commit data...
test_async.cpp Loading commit data...
test_concatenation.cpp Loading commit data...
test_conjugate_gradient.cpp Loading commit data...
test_countnonzero.cpp Loading commit data...
test_downhill_simplex.cpp Loading commit data...
test_ds.cpp Loading commit data...
test_dxt.cpp Loading commit data...
test_eigen.cpp Loading commit data...
test_hal_core.cpp Loading commit data...
test_intrin.cpp Loading commit data...
test_intrin128.simd.hpp Loading commit data...
test_intrin256.simd.hpp Loading commit data...
test_intrin512.simd.hpp Loading commit data...
test_intrin_emulator.cpp Loading commit data...
test_intrin_utils.hpp Loading commit data...
test_io.cpp Loading commit data...
test_logtagconfigparser.cpp Loading commit data...
test_logtagmanager.cpp Loading commit data...
test_lpsolver.cpp Loading commit data...
test_main.cpp Loading commit data...
test_mat.cpp Loading commit data...
test_math.cpp Loading commit data...
test_misc.cpp Loading commit data...
test_operations.cpp Loading commit data...
test_precomp.hpp Loading commit data...
test_ptr.cpp Loading commit data...
test_rand.cpp Loading commit data...
test_rotatedrect.cpp Loading commit data...
test_umat.cpp Loading commit data...
test_utils.cpp Loading commit data...
test_utils_tls.impl.hpp Loading commit data...