[LLVMbugs] [Bug 777] NEW: DiffFilesWithTolerance throws exception, it shouldn't
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun May 14 11:56:29 PDT 2006
http://llvm.org/bugs/show_bug.cgi?id=777
Summary: DiffFilesWithTolerance throws exception, it shouldn't
Product: libraries
Version: 1.7
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Support Libraries
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
Coverity reports that the DiffFilesWithTolerance function (in FileUtilities) throws an exception. Callers
don't expect this, as DiffFilesWithTolerance is supposed to return errors via it's error result. I think this is
due to exceptions that can be thrown when mapping the files. These exceptions should be caught in
DiffFilesWithTolerance and turned into an error result, not propagated out.
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list