summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-05-03 05:34:00 +0000
committerZachary Turner <zturner@google.com>2017-05-03 05:34:00 +0000
commit59e83892e0a029a5d773c8d0a835d471df3ccfd2 (patch)
treeab5a7c8453b62a42f2188ded142d3c0e20342fc6 /clang/lib/Frontend/CompilerInvocation.cpp
parent79d310713a618b5ba8d2a3ae9cbf58f2dae6899a (diff)
downloadbcm5719-llvm-59e83892e0a029a5d773c8d0a835d471df3ccfd2.tar.gz
bcm5719-llvm-59e83892e0a029a5d773c8d0a835d471df3ccfd2.zip
Fix use after free in BinaryStream library.
This was reported by the ASAN bot, and it turned out to be a fairly fundamental problem with the design of VarStreamArray and the way it passes context information to the extractor. The fix was cumbersome, and I'm not entirely pleased with it, so I plan to revisit this design in the future when I'm not pressed to get the bots green again. For now, this fixes the issue by storing the context information by value instead of by reference, and introduces some impossibly-confusing template magic to make things "work". llvm-svn: 301999
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud