LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 35954 - Merge clang r322390 into 6.0 branch: [Lex] Avoid out-of-bounds dereference in LexAngledStringLiteral.
Summary: Merge clang r322390 into 6.0 branch: [Lex] Avoid out-of-bounds dereference in...
Status: RESOLVED FIXED
Alias: None
Product: clang
Classification: Unclassified
Component: Frontend (show other bugs)
Version: 6.0
Hardware: All All
: P normal
Assignee: Unassigned Clang Bugs
URL:
Keywords:
Depends on:
Blocks: release-6.0
  Show dependency tree
 
Reported: 2018-01-15 12:47 PST by Volodymyr Sapsai
Modified: 2018-01-17 08:30 PST (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Volodymyr Sapsai 2018-01-15 12:47:33 PST
This commit https://reviews.llvm.org/rC322390 fixes stack buffer overflow discovered by OSS-Fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3832
Comment 1 Hans Wennborg 2018-01-17 08:30:13 PST
It was merged in r322649.