beremiz
Clone
Summary
Browse
Changes
Graph
avoid infinite loop in search
2017-06-09, Andrey Skvortsov
a63bb4025852
file is
Executable
avoid infinite loop in search
for example following regexp '()' creates infinite list of result
<xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
<xsd:attribute name="CFLAGS" type="xsd:string" use="optional" default=""/>
<xsd:attribute name="Linker" type="xsd:string" use="optional" default="gcc"/>
<xsd:attribute name="LDFLAGS" type="xsd:string" use="optional" default=""/>