Curtis L. Olson wrote:
I tracked down my crash to controls->bind()

There you will find a plethora of places where the code is sprintf'ing
to a char[32] array, but the contents is often longer than 32 bytes.
Might not have been crashing everyone else (building with -g?) but it
was crashing with -O2.  Fixed in cvs ...

Is there still no replacement function to do this kind of operation in a C++ string?


Erik


_______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to