[Bug 856072]

Mh+mozilla 856072 at bugs.launchpad.net
Wed Oct 5 17:11:55 UTC 2011


the "official" way to achieve that is for when all your code compiles to
a program or library. Here, we have libmozutils, and the rest. The rest
needs --wrap so that getaddrinfo() calls are properly redirected to
__wrap_getaddrinfo and linked against the corresponding symbols in
libmozutils. Libmozutils, on the other hand, just needs to declare
__wrap_getaddrinfo functions, and these functions can just call
getaddrinfo. No need for __real_getaddrinfo, no need for additional
--wrap in memory/mozutils/Makefile.in. That was my point.

-- 
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to Mozilla Firefox.
https://bugs.launchpad.net/bugs/856072

Title:
  Bionic domain name functions are not thread-safe on pre-3.0 Android

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/856072/+subscriptions




More information about the Ubuntu-mozillateam-bugs mailing list