Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 894542 Details for
Bug 1088197
CVE-2014-2440 mysql: unspecified vulnerability related to Client (CPU April 2014)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
mysql upstream tarball diffs between 5.5.36 and 5.5.37
mysql.patch (text/plain), 1.58 KB, created by
Huzaifa S. Sidhpurwala
on 2014-05-12 04:24:48 UTC
(
hide
)
Description:
mysql upstream tarball diffs between 5.5.36 and 5.5.37
Filename:
MIME Type:
Creator:
Huzaifa S. Sidhpurwala
Created:
2014-05-12 04:24:48 UTC
Size:
1.58 KB
patch
obsolete
>diff -Naur mysql-5.5.36/client/mysql.cc mysql-5.5.37/client/mysql.cc >--- mysql-5.5.36/client/mysql.cc 2014-01-14 13:46:26.000000000 +0530 >+++ mysql-5.5.37/client/mysql.cc 2014-03-15 00:28:32.000000000 +0530 >@@ -1,5 +1,5 @@ > /* >- Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. >+ Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved. > > This program is free software; you can redistribute it and/or modify > it under the terms of the GNU General Public License as published by >@@ -1176,9 +1176,9 @@ > > put_info("Welcome to the MySQL monitor. Commands end with ; or \\g.", > INFO_INFO); >- sprintf((char*) glob_buffer.ptr(), >- "Your MySQL connection id is %lu\nServer version: %s\n", >- mysql_thread_id(&mysql), server_version_string(&mysql)); >+ snprintf((char*) glob_buffer.ptr(), glob_buffer.alloced_length(), >+ "Your MySQL connection id is %lu\nServer version: %s\n", >+ mysql_thread_id(&mysql), server_version_string(&mysql)); > put_info((char*) glob_buffer.ptr(),INFO_INFO); > > put_info(ORACLE_WELCOME_COPYRIGHT_NOTICE("2000"), INFO_INFO); >diff -Naur mysql-5.5.36/client/mysql_upgrade.c mysql-5.5.37/client/mysql_upgrade.c >--- mysql-5.5.36/client/mysql_upgrade.c 2014-01-14 13:46:26.000000000 +0530 >+++ mysql-5.5.37/client/mysql_upgrade.c 2014-03-15 00:28:32.000000000 +0530 >@@ -462,6 +462,7 @@ > */ > if (run_tool(tool_executable_name, > &ds_tmp, /* Get output from command, discard*/ >+ "--no-defaults", > "--help", > "2>&1", > IF_WIN("> NUL", "> /dev/null"),
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1088197
:
893579
|
893590
| 894542 |
894544