mysql_init bounds overrun on g++ 64 bit
Posted by: Jan Millar
Date: November 07, 2012 01:42PM

Anyone experienced a bounds overrun with mysql_init(&mysql_object) on g++ 64 bit?

Try:

MYSQL mysql;
int nGuard[8];

mysql_init(&mysql); // nGuard is overwritten by 24 bytes on this call


Version 5.5.25.3.12.1
openSUSE 12.1 (64 bit)

Thanks,

Jan

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql_init bounds overrun on g++ 64 bit
1656
November 07, 2012 01:42PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.