mirror of
https://github.com/MariaDB/server.git
synced 2025-11-16 20:23:18 +03:00
- Problem: data separators were copied to a fixed-size buffer on the stack; memcpy was used, without bounds checking; a server crash could result if long FIELDS ENCLOSED BY, etc., was given - Fix: write the separators directly, instead of copying to a buffer first (in select_export::send_data())
46 KiB
46 KiB