Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
e47833bc
Commit
e47833bc
authored
Jan 28, 2001
by
serg@serg.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
errmsg.c buffer overflow in libmysqlclient fixed
parent
802fc0a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
libmysql/errmsg.c
libmysql/errmsg.c
+3
-3
No files found.
libmysql/errmsg.c
View file @
e47833bc
...
...
@@ -36,7 +36,7 @@ const char *client_errors[]=
"MySQL client got out of memory"
,
"Wrong host info"
,
"Localhost via UNIX socket"
,
"%s via TCP/IP"
,
"%
-.64
s via TCP/IP"
,
"Error in server handshake"
,
"Lost connection to MySQL server during query"
,
"Commands out of sync; You can't run this command now"
,
...
...
@@ -62,11 +62,11 @@ const char *client_errors[]=
"MySQL client run out of memory"
,
"Wrong host info"
,
"Localhost via UNIX socket"
,
"%s via TCP/IP"
,
"%
-.64
s via TCP/IP"
,
"Error in server handshake"
,
"Lost connection to MySQL server during query"
,
"Commands out of sync; You can't run this command now"
,
"%s via named pipe"
,
"%
-.64
s via named pipe"
,
"Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
,
"Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
,
"Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment