This is an archive of the discontinued LLVM Phabricator instance.

[lld][WebAssembly] Fix use after free of archive path
ClosedPublic

Authored by sbc100 on Sep 17 2019, 1:00 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Sep 17 2019, 1:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 17 2019, 1:00 PM
sbc100 added a reviewer: ruiu.Sep 17 2019, 1:01 PM
dschuff added inline comments.Sep 17 2019, 1:16 PM
lld/wasm/Driver.cpp
232 ↗(On Diff #220560)

Should these debug prints be behind LLVM_DEBUG?

sbc100 updated this revision to Diff 220576.Sep 17 2019, 2:40 PM
  • revert
This revision was not accepted when it landed; it landed in state Needs Review.Sep 18 2019, 2:50 PM
This revision was automatically updated to reflect the committed changes.