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
Subject
Views
Written By
Posted
mysql_init bounds overrun on g++ 64 bit
1732
November 07, 2012 01:42PM
991
November 08, 2012 05:57AM
960
November 15, 2012 08:51PM
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.