Status: Accepted
Owner: [email protected]
CC: [email protected]
Labels: Type-Defect Priority-Medium

New issue 388 by [email protected]: ASan shared runtime library on Android re-exports the entire libgcc interface
https://code.google.com/p/address-sanitizer/issues/detail?id=388

Like this:
  __aeabi_uidiv
and even like this:
  _Unwind_VRS_Get
  __gnu_Unwind_Restore_VFP
and a lot more.

This is causing strange problems in weird places, like libraries depending on libasan DSO for AEABI stuff instead of bringing their own copy, or using half-libgcc-half-libc++abi unwinder.

Strangely enough, -dynamic-list does not have any effect on shared library exports. Version script can be used for that, but it has a slightly (very slightly) different syntax.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
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.

Reply via email to