Here's another. This times it only affects the unix port.
The indexing variable "i" in XAP_UnixDialog_FileOpenSaveAs::fileTypeChanged
is declared unsigned. This means that if the filename is blank, because
this is a new document, then the loop at line 498 goes round 4 billion
times. This is because 0-1 gets rounded to 0xffffffff.
Best wishes,
R.
This archive was generated by hypermail 2.1.8 : Tue Apr 12 2005 - 04:29:49 CEST