[PATCH] D11279: Initial patch for PS4 toolchain
Katya Romanova via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 2 17:03:20 PDT 2015
kromanova added inline comments.
================
Comment at: lib/Frontend/InitHeaderSearch.cpp:340
@@ +339,3 @@
+ BaseSDKPath = P.str();
+ }
+ }
----------------
jroelofs wrote:
> The lifetime of `P` ends here, yet a reference to it lives on because of the `= P.str()`. Using it later on line 344 is UB.
Good catch. Thank you! We will fix it.
http://reviews.llvm.org/D11279
More information about the cfe-commits
mailing list