mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 04:03:47 +00:00
![Jed Davis](/assets/img/avatar_default.png)
Android's C getline (present in JB and up) calls libc's malloc directly, but its caller in Gecko is linked to jemalloc's free via mozglue; this caused a crash on profiler startup.