mariadb/client
cmiller@zippy.cornsilk.net b040a97c2a Bug#33841: mysql client crashes when returning results for long-\
running queries

Bug#33976: buffer overflow of variable time_buff in function com_go()

An internal buffer was too short.  Overextending could smash the 
stack on some architectures and cause SEGVs.  This is not a problem
that could be exploited to run arbitrary code.

To fix, I expanded one buffer to cover all the size that could be
written to (we know the abolute max).
2008-01-25 10:53:21 -05:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 2005-08-25 12:08:26 +03:00
completion_hash.cc few harmless warnings from automated code-checking tools fixed 2005-01-08 21:25:31 +01:00
completion_hash.h upgrade readline to version 4.3 2002-11-19 18:26:53 +04:00
echo.c Workaround for problem where cygwin's bash/sh randomly fails with error 128 which 2007-02-16 15:19:38 +01:00
get_password.c Merge with 4.0.14 2003-08-11 22:44:43 +03:00
Makefile.am Update mysqltest to latest version 2006-10-03 15:33:44 +02:00
my_readline.h mysql.cc: 2004-05-05 22:47:09 +02:00
mysql.cc Bug#33841: mysql client crashes when returning results for long-\ 2008-01-25 10:53:21 -05:00
mysqladmin.cc Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 2005-12-04 15:34:47 +02:00
mysqlbinlog.cc Fix for bug #18351: mysqlbinlog does not set default charset? 2006-05-04 15:34:20 +05:00
mysqlcheck.c Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 2005-12-04 15:34:47 +02:00
mysqldump.c Bug #30444: 5.0 mysqldump silently allows wrong backup to be taken against a 4.0 database 2007-10-04 08:27:03 +02:00
mysqlimport.c Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 2005-12-04 15:34:47 +02:00
mysqlmanager-pwgen.c Merge with 4.0 2004-09-01 04:12:09 +03:00
mysqlmanagerc.c Added global my_getopt_error_reporter function pointer which is 2004-08-31 21:27:58 +05:00
mysqlshow.c Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0 2005-12-04 15:34:47 +02:00
mysqltest.c Bug#31752: check strmake() bounds 2007-12-17 12:09:21 +01:00
readline.cc fixed conversion errors (Windows IA64 build) 2005-03-07 09:47:24 +01:00
sql_string.cc a compiler must see '#pragma implementation' *before* 2005-06-05 19:38:52 +02:00
sql_string.h Add ifdefs to control when "#pragma implementation" should be used 2005-05-26 12:09:14 +02:00