1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-13 21:42:58 +03:00
Files
mariadb/sql/net_pkg.cc
unknown f3e431a055 Fix for a crashing bug in send_data..
sql/net_pkg.cc:
  Fixing a buffer overflow with huge BLOB's.
  This bug was caused by increasing a storage for lenght of
  data, while memory was not sufficiently allocated for the task.
2003-01-13 22:36:50 +02:00

9.8 KiB