• Sergei Golubchik's avatar
    improve ASAN instrumentation: table->record[0] · 36eb0b7a
    Sergei Golubchik authored
    instrument table->record[0], table->record[1] and share->default_values.
    
    One should not access record image beyond share->reclength, even
    if table->record[0] has some unused space after it (functions that
    work with records, might get a copy of the record as an argument,
    and that copy - not being record[0] - might not have this buffer space
    at the end). See b80fa400 and 444587d8
    36eb0b7a
table.cc 204 KB