• Olivier Bertrand's avatar
    - Fix: Crash of an XCOL table when the Colname column size is too small. · 8585a6b5
    Olivier Bertrand authored
      Was because of buffer overrun in XCLCOL::ReadColumn.
      The Cbuf buffer was unconditionally filled Now it is limited to its size.
      This happened because this buffer was allocated according to the XCOL
      column size. It is now allocated according to the source column size.
    modified:
      storage/connect/plgdbsem.h
      storage/connect/tabutil.h
      storage/connect/tabxcl.cpp
      storage/connect/tabxcl.h
    8585a6b5
tabutil.h 5.03 KB