• Sergey Petrunya's avatar
    MDEV-6799: Crash in field_conv, memcpy_field_possible · 4630732f
    Sergey Petrunya authored
    - Fix the crash, dont call from->type() at the start of the function
      because it might be unsafe.
    - Unfortunately there is no testcase
    - And this is also the reason we can't fix it properly (it should be
      safe to call from->type() here).
    4630732f
field_conv.cc 26.6 KB