Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
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 ↗ | (On Diff #179723) | I would call it WrappedFunopenCookie to be less generic, similarly for funopen2. |
lib/sanitizer_common/sanitizer_common_interceptors.inc | ||
---|---|---|
9150 ↗ | (On Diff #179723) | How about wrapped_funopen_read etc? It won't clash with future potential inteceptors with so generic names. |