Wu, Yingcong fd0aa70528 [sanitizer] use the right type for sizeof for interceptor hook
`PRE_READ` is called with a pointer and the size of the object
the pointer points to. But there is one line of code not calling
`PRE_READ` correctly(likely missing a dereference).
This patch fixes the problem.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D154676
2023-07-23 20:12:39 -07:00
..
2023-07-18 09:40:25 +08:00
2023-07-20 14:02:40 -07:00