Taylor Woll
|
6199b5e19a
CVE-2018-8551
|
7 лет назад |
Xiaoyin Liu
|
590e7ce9d1
Remove cch parameter for CountNewlines in Scan.cpp
|
7 лет назад |
Xiaoyin Liu
|
fc1fb6ab27
Fix potential buffer overread in CountNewlines in Scan.cpp
|
7 лет назад |
Irina Yatsenko
|
5814cf1558
Fix scanner to update current char position before raising error about invalid char
|
8 лет назад |
Curtis Man
|
3e2f6868f7
Cleanup old assert macros that maps to only null check nowadays
|
8 лет назад |
Curtis Man
|
72b330960b
Make HashTbl and Scanner an inline instance of the Parser or a stack instance instead of allocating it in the heap
|
8 лет назад |
Lei Shi
|
7b201ab597
[1.7>1.8] [MERGE #4226 @leirocks] 17-11 Security Update
|
8 лет назад |
Tom Care
|
79edb68d6d
[CVE-2017-11836] Edge - Assertion only bound check can lead to user controlled allocation size and write - Individual
|
8 лет назад |
Taylor Woll
|
1717dbc227
[1.7>master] [MERGE #4105 @boingoing] Support for defer parsing lambda functions
|
8 лет назад |
Taylor Woll
|
e3e310bf2a
Support for defer parsing lambda functions
|
8 лет назад |
Tom Care
|
5913f9867d
Fix multi-unit characters after numeric literal
|
8 лет назад |
Tom Care
|
19bf015170
Update scanner handling of numeric literal suffixes (Fixes #3281)
|
8 лет назад |
Curtis Man
|
d207bf8d94
Remove unused ScanFlagSuppressIdPid mode, and refactor Ident::Tk to replace HashTbl::TkFromNameLen
|
9 лет назад |
Louis Lafreniere
|
1e261747ea
[1.7>master] [1.6>1.7] [MERGE #3440 @LouisLaf] Initialize locals
|
8 лет назад |
Louis Lafreniere
|
6e39312394
Initialize locals
|
8 лет назад |
Curtis Man
|
f26ae18101
[1.7>master] [1.6>1.7] [MERGE #3416 @curtisman] Fix Issue #3261: Need to detect invalid null character at the end of the source string
|
8 лет назад |
Curtis Man
|
2a32090679
Fix Issue #3261: Need to detect invalid null character at the end of the source string
|
8 лет назад |
Curtis Man
|
d2cb4ebaf6
[1.7>master] [1.6>1.7] [MERGE #3409 @curtisman] Fix Issue #3376: Escaped yield cannot be an identifier in strict mode
|
8 лет назад |
Curtis Man
|
18d4f24ada
Fix Issue #3376: Escaped yield cannot be an identifier in strict mode
|
8 лет назад |
Curtis Man
|
81b227b949
Cleanup: Better #ifdef around background parsing code
|
8 лет назад |
Tom Care
|
455412f344
Fix #1176 MultiLineComment spec deviation
|
8 лет назад |
Lei Shi
|
dc4130f074
[2.0>master] [1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4
|
8 лет назад |
Lei Shi
|
c3c3db5086
[1.4>2.0] [MERGE #2826 @leirocks] Merge from unreleased/rs2 to release/1.4
|
8 лет назад |
Lei Shi
|
02a02c3a59
Merge from unreleased/rs2 to release/1.4
|
9 лет назад |
Curtis Man
|
ff9b95976a
Remove unused and probably broken syntax coloring support in scanner
|
9 лет назад |
Jianchun Xu
|
af4ac8e0ed
[2.0>master] [MERGE #2660 @jianchun] remove global operator new/delete override
|
9 лет назад |
Curtis Man
|
bc33f65b20
Avoid calling CompileScriptException::ProcessError in the catch handler, where the stack is not unwounded.
|
9 лет назад |
Jianchun Xu
|
d7483b2feb
remove global operator new/delete override
|
9 лет назад |
Taylor Woll
|
f85beb7c04
Add unit tests, refactor to remove DecodeInto variants from Utf8Codex
|
9 лет назад |
Taylor Woll
|
de4659a4a6
Some string APIs operating on UTF-8 buffers do not property compute the length of the UTF-8 buffer in bytes
|
9 лет назад |