On Mon, May 9, 2016 at 10:35 AM, 'Ilya' via address-sanitizer <[email protected]> wrote: > >> Worst case you could wrap problematic code in #ifdef >> __SANITIZE_UNDEFINED__ and provide dedicated implementation. What's >> the problem with packed stuff though? > > > Yep, but I'd like to avoid that if possible :)
Yeah... > The packed structures cause "misaligned pointer access". Hm, now that sounds as a bug in implementation. Could you file it (with repro) to GCC BZ? > -- > You received this message because you are subscribed to the Google Groups > "address-sanitizer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
