[PATCH] [Sanitizers] Intercept opendir()

Yury Gribov tetra2005 at gmail.com
Fri Jan 16 01:48:29 PST 2015


> Not sure I understand this.

>  If opendir() calls strlen(), which we already intersept, won't we see the access w/o this interceptor?


I thought that glibc usually forces references to it's own functions to be linked internally (to avoid PLT costs). So ASan interceptor may not be called.


http://reviews.llvm.org/D6968

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list