Patches item #1743180, was opened at 2007-06-26 00:28 Message generated for change (Comment added) made by helly You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616202&aid=1743180&group_id=96864
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: David M. Cooke (dmcooke) >Assigned to: Marcus Börger (helly) Summary: fwrite with 0 length crashes on OS X Initial Comment: 0.13 and the svn version crash on OS X in stream_lc.h:261. It seems that the fwrite function doesn't handle a count of 0, and gives a bus error. The attached patch adds a test for 0 length before calling fwrite. With this, the test suite runs fine. ---------------------------------------------------------------------- >Comment By: Marcus Börger (helly) Date: 2007-06-26 17:21 Message: Logged In: YES user_id=271023 Originator: NO Fixed in head and new version 0.12.2. I hope I can release that version later today. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616202&aid=1743180&group_id=96864 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Re2c-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/re2c-general
