+5
−0
mysql-test/t/mysql_client_test.opt
0 → 100644
+1
−0
+1
−0
+72
−20
mysys/my_memmem.c
0 → 100644
+65
−0
Loading
Bug#17667: An attacker has the opportunity to bypass query logging. This adds a new, local-only printf format specifier to our *printf functions that allows us to print known-size buffers that must not be interpreted as NUL-terminated "strings." It uses this format-specifier to print to the log, thus fixing this problem.