"vscode:/vscode.git/clone" did not exist on "1b0d30aeb7bd6d105bc8ab51c6fbe661ff6f1896"
Fix integer overflow in _sdsMakeRoomFor (CVE-2021-41099) (#9558)
The existing overflow checks handled the greedy growing, but didn't handle a case where the addition of the header size is what causes the overflow.
Please register or sign in to comment