summaryrefslogtreecommitdiff
path: root/libmysql_r
diff options
context:
space:
mode:
authorSergey Glukhov <Sergey.Glukhov@sun.com>2009-04-23 12:43:42 +0500
committerSergey Glukhov <Sergey.Glukhov@sun.com>2009-04-23 12:43:42 +0500
commit5f9e40a5f8a469d87fb41002c18f3a41e9c4d6b3 (patch)
tree298f925620b41190de3964ef5aeb3d4c2359c97c /libmysql_r
parente0526914b6acb91f8cf15bd536ad40e226158d1b (diff)
downloadmariadb-git-5f9e40a5f8a469d87fb41002c18f3a41e9c4d6b3.tar.gz
Bug#44358 valgrind errors with decode() function
The warning happens because string argument is not zero ended. The fix is to add new parameter 'length' to SQL_CRYPT() and use ptr() instead of c_ptr(). mysql-test/r/func_str.result: test result mysql-test/t/func_str.test: test case sql/item_strfunc.cc: Added new parameter 'length' to SQL_CRYPT sql/sql_crypt.cc: Added new parameter 'length' to SQL_CRYPT sql/sql_crypt.h: Added new parameter 'length' to SQL_CRYPT
Diffstat (limited to 'libmysql_r')
0 files changed, 0 insertions, 0 deletions