annotate libsanitizer/sanitizer_common/sanitizer_common_interface_posix.inc @ 144:8f4e72ab4e11

fix segmentation fault caused by nothing next cur_op to end
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sun, 23 Dec 2018 21:23:56 +0900
parents 04ced10e8804
children 1830386684a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 //===-- sanitizer_common_interface_posix.inc ------------------------------===//
kono
parents:
diff changeset
2 //
kono
parents:
diff changeset
3 // This file is distributed under the University of Illinois Open Source
kono
parents:
diff changeset
4 // License. See LICENSE.TXT for details.
kono
parents:
diff changeset
5 //
kono
parents:
diff changeset
6 //===----------------------------------------------------------------------===//
kono
parents:
diff changeset
7 // Sanitizer Common interface list only available for Posix systems.
kono
parents:
diff changeset
8 //===----------------------------------------------------------------------===//
kono
parents:
diff changeset
9 INTERFACE_WEAK_FUNCTION(__sanitizer_symbolize_code)
kono
parents:
diff changeset
10 INTERFACE_WEAK_FUNCTION(__sanitizer_symbolize_data)
kono
parents:
diff changeset
11 INTERFACE_WEAK_FUNCTION(__sanitizer_symbolize_demangle)
kono
parents:
diff changeset
12 INTERFACE_WEAK_FUNCTION(__sanitizer_symbolize_flush)