Skip to content

Commit a7adc16

Browse files
authored
Merge pull request #1142 from cipherboy/fix-fuzzing-hex
Remove unused hexadecimal logic in SEXP double quote parsing
2 parents c3326a0 + d8770ad commit a7adc16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/OVAL/probes/SEAP/sexp-parser.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,8 +1480,6 @@ __PARSE_RT SEXP_parse_ul_string_dq (__PARSE_PT(dsc))
14801480
case '0': /* Null byte */
14811481
oct = '\0';
14821482
break;
1483-
case 'x': /* Hexadecimal - two more character needed */
1484-
abort ();
14851483
case 'a': /* Alert (beep) */
14861484
oct = '\a';
14871485
break;

0 commit comments

Comments
 (0)