We are attempting to run regex on version_ln even if it is None. This can cause TypeError.
Patch by Azharuddin Mohammed
Paths
| Differential D25967
Avoid running regex on None ClosedPublic Authored by azharudd on Oct 25 2016, 2:29 PM.
Details
Summary We are attempting to run regex on version_ln even if it is None. This can cause TypeError. Patch by Azharuddin Mohammed
Diff Detail
Event Timelineazharudd updated this object.
This revision is now accepted and ready to land.Oct 25 2016, 3:04 PM Closed by commit rL285328: Avoid running regex on None (authored by mgrang). · Explain WhyOct 27 2016, 11:39 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 76075 lnt/trunk/lnt/testing/util/compilers.py
|