[llvm-commits] PATCH: Sanitizer - add more sanity checks when starting external symbolizer subprocess

Alexey Samsonov samsonov at google.com
Thu Nov 8 06:57:22 PST 2012


Hi!

This patch adds a couple of checks to sanitizer runtime <-> external
symbolizer communication, runtime library now checks:
1) that provided path to executable points to a valid file
2) that execl() was successful (and symbolizer didn't crash instantly).

Code review: https://codereview.appspot.com/6814106/

-- 
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121108/177906fe/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: issue6814106_1.diff
Type: application/octet-stream
Size: 4174 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121108/177906fe/attachment.obj>


More information about the llvm-commits mailing list