• Sergey Glukhov's avatar
    Bug#11765139 58069: LOAD DATA INFILE: VALGRIND REPORTS INVALID MEMORY READS AND WRITES WITH U · bba7b9ca
    Sergey Glukhov authored
    Some multibyte sequences could be considered by my_mbcharlen() functions
    as multibyte character but more exact my_ismbchar() does not think so.
    In such a case this multibyte sequences is pushed into 'stack' buffer which
    is too small to accommodate the sequence.
    The fix is to allocate stack buffer in
    compliance with max character length.
    
    
    mysql-test/r/loaddata.result:
      test case
    mysql-test/t/loaddata.test:
      test case
    sql/sql_load.cc:
      allocate stack buffer in compliance with max character length.
    bba7b9ca
loaddata.test 19.8 KB