MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
Find a file
cmiller@zippy.cornsilk.net 19b54e394f Bug#28984: crasher on connect with out of range password length in \
protocol

Update for function moved to new file in 5.1.

One could send a malformed packet that caused the server to SEGV.  In 
recent versions of the password protocol, the client tells the server 
what length the ciphertext is (almost always 20).  If that length was
large enough to overflow a signed char, then the number would jump to 
very large after being casted to unsigned int.
  
Instead, cast the *passwd char to uchar.
2007-06-11 16:03:05 -04:00
BitKeeper Remove last line, making it possible to merge 2007-06-07 19:59:06 +02:00
BUILD
client Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-06-05 23:06:43 +02:00
cmd-line-utils Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint 2007-06-07 09:22:26 +02:00
config/ac-macros
dbug
debian
Docs
extra Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-05-24 13:24:36 +03:00
include Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-06-05 23:06:43 +02:00
libmysql Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/51 2007-06-05 17:51:30 +02:00
libmysql_r
libmysqld Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-05-24 13:24:36 +03:00
man
mysql-test Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maint 2007-06-08 16:21:04 +02:00
mysys Merge pilot.(none):/data/msvensson/mysql/bug28690/my51-bug28690 2007-06-07 10:00:43 +02:00
netware
plugin Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 2007-05-24 13:24:36 +03:00
pstack
regex
scripts Merge tsmith.mysql.internal:m/bk/maint/b4858/51 2007-05-31 00:29:02 +02:00
server-tools Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/51 2007-06-05 17:51:30 +02:00
sql Bug#28984: crasher on connect with out of range password length in \ 2007-06-11 16:03:05 -04:00
sql-bench
sql-common Merge xp.:C:/work/mysql-5.1-new-maint/..\mysql-5.0-maint 2007-06-07 10:14:53 -05:00
storage Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-06-01 12:12:06 +04:00
strings ctype-bin.c: 2007-06-06 00:22:35 +02:00
support-files Added casts to avoid compiler warnings and fixed a wrong type. 2007-05-31 17:45:22 +03:00
tests Merge bk-internal.mysql.com:/home/bk/mysql-5.1 2007-06-01 12:12:06 +04:00
unittest
vio Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/51 2007-06-05 17:51:30 +02:00
win Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/51 2007-06-05 17:51:30 +02:00
zlib
.bzrignore Merge bodhi.(none):/opt/local/work/mysql-5.0-runtime 2007-06-01 18:11:21 +04:00
.cvsignore
CMakeLists.txt Post Merge fixup. 2007-06-01 20:37:45 -04:00
configure.in Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maint 2007-06-08 17:10:51 -04:00
COPYING
EXCEPTIONS-CLIENT
Makefile.am Makefile.am : Add "embedded" tests to the "test-bt" target. 2007-05-24 15:20:06 +02:00
README

This is a release of MySQL, a dual-license SQL database server.
MySQL is brought to you by the MySQL team at MySQL AB.

License information can be found in these files:
- For GPL (free) distributions, see the COPYING file and
  the EXCEPTIONS-CLIENT file.
- For commercial distributions, see the LICENSE.mysql file.


For further information about MySQL or additional documentation, see:
- The latest information about MySQL: http://www.mysql.com
- The current MySQL documentation: http://dev.mysql.com/doc

Some manual sections of special interest:

- If you are migrating from an older version of MySQL, please read the
  "Upgrading from..." section first!
- To see what MySQL can do, take a look at the features section.
- For installation instructions, see the Installing and Upgrading chapter.
- For the new features/bugfix history, see the Change History appendix.
- For the currently known bugs/misfeatures (known errors) see the Problems
  and Common Errors appendix.
- For a list of developers and other contributors, see the Credits
  appendix.

A local copy of the MySQL Reference Manual can be found in the Docs
directory in GNU Info format.  You can also browse the manual online or
download it in any of several formats at the URL given earlier in this
file.

************************************************************

IMPORTANT:

Bug or error reports should be sent to http://bugs.mysql.com.