Bugs item #1648669, was opened at 2007-01-31 11:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1648669&group_id=2439
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: SciTE Group: Bug Status: Open Resolution: None Priority: 5 Private: No Submitted By: Markus Elfring (elfring) Assigned to: Nobody/Anonymous (nobody) Summary: Check return codes everywhere Initial Comment: Some checks for return codes are missing. Example: Would you like to add more error handling for return values from "fputs" and "fprintf" like in the function "SciTEBase::SaveToHTML"? http://scintilla.cvs.sourceforge.net/scintilla/scite/src/Exporters.cxx?revision=1.62&view=markup By the way: Can the function "StringDup" throw the exception "std::bad_alloc"? (The instruction "if (val) delete []val;" looks suspicious for me.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1648669&group_id=2439 _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
