Bug 233849 - Suspicious code in RegEx#intersectRanges
Summary: Suspicious code in RegEx#intersectRanges
Status: VERIFIED FIXED
Alias: None
Product: EMF
Classification: Modeling
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Marcelo Paternostro CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2008-05-25 11:33 EDT by Thomas Schindl CLA
Modified: 2008-05-27 17:21 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Schindl CLA 2008-05-25 11:33:50 EDT
---------8<---------
if (src2begin <= src2begin && src1end <= src2end) {
---------8<---------
Comment 1 Ed Merks CLA 2008-05-25 12:44:43 EDT
This is code copied from Xerces.  I made the code match the comment.

The change is committed to CVS.
Comment 2 Nick Boldt CLA 2008-05-27 17:21:00 EDT
Fix available in HEAD: 2.4.0RC2 (S200805270202).