Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Shouldn't this follow SANITIZER_INTERCEPT_FOPENCOOKIE and implement a wrapper for operations?
lib/sanitizer_common/sanitizer_common_interceptors.inc | ||
---|---|---|
9142 | I would call it WrappedFunopenCookie to be less generic, similarly for funopen2. |
lib/sanitizer_common/sanitizer_common_interceptors.inc | ||
---|---|---|
9150 | How about wrapped_funopen_read etc? It won't clash with future potential inteceptors with so generic names. |
I would call it WrappedFunopenCookie to be less generic, similarly for funopen2.