Bug #68230 | Crash after getting value by filedname from MYSQL_FIELD(mysql_fetch_fields) | ||
---|---|---|---|
Submitted: | 31 Jan 2013 4:04 | Modified: | 12 Mar 2013 18:31 |
Reporter: | tinacy tong | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S2 (Serious) |
Version: | 5.5.29 | OS: | Linux (CentOS release 5.5) |
Assigned to: | CPU Architecture: | Any | |
Tags: | filed, mysql_fetch_fields, MYSQL_FIELD |
[31 Jan 2013 4:04]
tinacy tong
[31 Jan 2013 4:07]
tinacy tong
simple test code
Attachment: mysql_bug.cpp (text/plain), 3.68 KiB.
[2 Feb 2013 11:52]
MySQL Verification Team
Compiled like this: g++ ./bug68230.cpp -o bug68230 `mysql_config --libs_r` `mysql_config --include` Seems to work for me against a 5.5.29 server, using 5.5.29 client libs: [sbester@fc17 ~]$ ./bug68230 success [sbester@fc17 ~]$ ./bug68230 success [sbester@fc17 ~]$ ./bug68230 success [sbester@fc17 ~]$ ./bug68230 success [sbester@fc17 ~]$ ./bug68230 success [sbester@fc17 ~]$ ./bug68230 success [sbester@fc17 ~]$ ./bug68230 success [sbester@fc17 ~]$ ./bug68230 success [sbester@fc17 ~]$ ./bug68230 success [sbester@fc17 ~]$ ./bug68230 success [sbester@fc17 ~]$ ./bug68230 Did I do something different to you?
[13 Mar 2013 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".