[PATCH] D56158: [sanitizer_common] Implement funopen*() interceptors for NetBSD
Kamil Rytarowski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 30 06:53:34 PST 2018
krytarowski added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_common_interceptors.inc:9142
+
+struct WrappedCookie {
+ void *real_cookie;
----------------
I would call it WrappedFunopenCookie to be less generic, similarly for funopen2.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56158/new/
https://reviews.llvm.org/D56158
More information about the cfe-commits
mailing list