-
Notifications
You must be signed in to change notification settings - Fork 683
Commit 57bb21b
committed
fix heap-buffer-overflow in lexer_compare_identifier_to_char
JerryScript-DCO-1.0-Signed-off-by: tangbin 2387440390@qq.com1 parent 5020015 commit 57bb21b
File tree
2 files changed
+26
-2
lines changed- jerry-core/parser/js
- tests/jerry
2 files changed
+26
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3322 | 3322 |
| |
3323 | 3323 |
| |
3324 | 3324 |
| |
3325 | - | ||
3325 | + | ||
3326 | 3326 |
| |
3327 | 3327 |
| |
3328 | 3328 |
| |
| |||
3362 | 3362 |
| |
3363 | 3363 |
| |
3364 | 3364 |
| |
3365 | - | ||
3365 | + | ||
3366 | 3366 |
| |
3367 | 3367 |
| |
3368 | 3368 |
| |
|
Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + |
0 commit comments