Page MenuHomePhabricator

Fix two issues with repository monogram regular expressions
ClosedPublic

Authored by epriestley on Jan 18 2016, 5:36 PM.
Tags
None
Referenced Files
F14067490: D15049.diff
Tue, Nov 19, 3:15 PM
F14023613: D15049.id36345.diff
Thu, Nov 7, 3:10 AM
F14007625: D15049.id.diff
Tue, Oct 29, 9:07 AM
F14002125: D15049.id36344.diff
Fri, Oct 25, 3:28 PM
F13981452: D15049.diff
Oct 19 2024, 4:37 PM
F13966192: D15049.id.diff
Oct 16 2024, 6:52 AM
F13964484: D15049.id36345.diff
Oct 15 2024, 8:42 PM
Unknown Object (File)
Oct 10 2024, 2:12 AM
Subscribers
None

Details

Summary

Ref T4245. Fixes T10172. These regular expressions were simply incorrect: they intend <start> (form one | form two) <end> but were written as (<start> form one) | (form two <end>) which allowed stuff like "R2/R13" to be interpreted as a monogram because it matches (<start> form one).

Test Plan

Parsed commit ba46ffa6169c from RTEMS repository, see T10172. Before patch, got an identical trace; after patch, clean import.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix two issues with repository monogram regular expressions.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
avivey added a reviewer: avivey.
This revision is now accepted and ready to land.Jan 18 2016, 5:46 PM
This revision was automatically updated to reflect the committed changes.