| commit | 13a3f6914b137248ac75e460419e70ef090b0f87 | [log] [tgz] |
|---|---|---|
| author | Saleem Abdulrasool <compnerd@compnerd.org> | Mon Apr 14 16:38:25 2014 +0000 |
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | Mon Apr 14 16:38:25 2014 +0000 |
| tree | 41771380e54d0b067a4b8910461f4e98a53ded7c | |
| parent | da4e650e5c14432fee19d37d0cccfbe6668e6b0a [diff] |
tools: fix heap-buffer-overrun detected via ASAN Once the auxiliary fields relating to the filename have been inspected, any following auxiliary fields need not be visited as they have been consumed (the following fields comprise the filepath as a single unit). Adjust the test to catch this even if ASAN is not enabled. llvm-svn: 206190