• Monty's avatar
    Don't copy uninitialized bytes when copying varstrings · fa490e80
    Monty authored
    When using field_conv(), which is called in case of field1=field2 copy in
    fill_records(), full varstring's was copied, including unitialized bytes.
    This caused valgrind to compilain about usage of unitialized bytes when
    using Aria static length records.
    Fixed by not using memcpy when copying varstrings but instead just copy
    the real bytes.
    fa490e80
handler.h 176 KB