mariadb/dbug
Thayumanavar aea3d4b851 BUG#16402143 - STACK CORRUPTION IN DBUG_EXPLAIN
DESCRIPTION AND FIX:
DBUG_EXPLAIN result in buffer overflow when the
DEBUG variable values length exceed 255.
In _db_explain_ function which call macro str_to_buf
incorrectly passes the length of buf avaliable to
strnmov as len+1. The fix calculates the avaliable
space in buf and passes it to strnxmov.
2013-04-10 11:50:41 +05:30
..
CMakeLists.txt
dbug.c BUG#16402143 - STACK CORRUPTION IN DBUG_EXPLAIN 2013-04-10 11:50:41 +05:30
dbug_add_tags.pl
dbug_analyze.c Bug#12779790 COMPILATION FAILS OS X 10.7 - IMPLICIT DECLARATION OF 2011-07-21 17:45:38 +02:00
dbug_long.h
example1.c
example2.c
example3.c
factorial.c
main.c
monty.doc
my_main.c Bug#12779790 COMPILATION FAILS OS X 10.7 - IMPLICIT DECLARATION OF 2011-07-21 17:45:38 +02:00
remove_function_from_trace.pl
tests-t.pl
tests.c Bug#12779790 COMPILATION FAILS OS X 10.7 - IMPLICIT DECLARATION OF 2011-07-21 17:45:38 +02:00
user.r