This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libsanitizer merge from upstream r208536


Paolo,

I've checked all available systems and wasn't able to repro this.
Every time vDSO was already filtered with

  if (!info->dlpi_name || info->dlpi_name[0] == 0)
    return 0;

in FindFirstDSOCallback.

Could you provide additional details of your setup? Or perhaps print dlpi_name of offending library?

-Y


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]