Add new interceptors for a set of functions to reposition a stream:
fgetpos, fseek, fseeko, fsetpos, ftell, ftello, rewind .
Add a dedicated test.
Enable this interface on NetBSD.
Paths
| Differential D55471
Add new interceptors for FILE repositioning stream ClosedPublic Authored by krytarowski on Dec 7 2018, 9:54 PM.
Details Summary Add new interceptors for a set of functions to reposition a stream: Add a dedicated test. Enable this interface on NetBSD.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 10 2018, 12:12 AM Closed by commit rCRT348743: Add new interceptors for FILE repositioning stream (authored by kamil). · Explain WhyDec 10 2018, 1:00 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 177463 lib/sanitizer_common/sanitizer_common_interceptors.inc
lib/sanitizer_common/sanitizer_platform_interceptors.h
lib/sanitizer_common/sanitizer_platform_limits_netbsd.h
lib/sanitizer_common/sanitizer_platform_limits_netbsd.cc
test/sanitizer_common/TestCases/NetBSD/fseek.cc
|