Commit 6fd84337 authored by Lev Walkin's avatar Lev Walkin

avoid failing on something that is considered compression bomb

parent 3bbbd041
......@@ -28,7 +28,6 @@ SEQUENCE (SIZE(1..MAX)) OF PrintableString (FROM("A".."Z"))
SEQUENCE OF PrintableString (FROM("A".."Z"))
SEQUENCE OF NULL -- RMAX=70000
SEQUENCE OF BOOLEAN -- RMAX=70000
SEQUENCE (SIZE(2..MAX)) OF BOOLEAN -- RMAX=70000
SEQUENCE OF PrintableString (SIZE(1)) --RMAX=16384
......@@ -28,7 +28,6 @@ SET (SIZE(1..MAX)) OF PrintableString (FROM("A".."Z"))
SET OF PrintableString (FROM("A".."Z"))
SET OF NULL -- RMAX=70000
SET OF BOOLEAN -- RMAX=70000
SET (SIZE(2..MAX)) OF BOOLEAN -- RMAX=70000
SET OF PrintableString (SIZE(1)) --RMAX=16384
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment