Dactyloidae/memory
athenian200 5476f8090f MoonchildProductions#1251 - Part 13: Redefining abort in C++ requires extern "C"
https://bugzilla.mozilla.org/show_bug.cgi?id=1375467

I would ifdef this, but it's been in Firefox since version of 56, and Petr Sumbara's explanation as to why it's wrong in the first place is so detailed that it's pretty obvious the code wasn't technically doing things properly to begin with.

Basically, they tried to redefine a system function after including the header file that declares it, and it caused problems on Solaris because libc functions are imported into the C++ std namespace in a different way that also complies with standards. So the existing implementation is technically bad code on all platforms, the Solaris implementation just uncovered the lack of standards compliance in the Mozilla code.
2019-11-04 11:52:33 +08:00
..
build Remove MOZ_WIDGET_GONK [2/2] 2019-02-15 23:57:10 +08:00
fallible import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
gtest import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
mozalloc MoonchildProductions#1251 - Part 13: Redefining abort in C++ requires extern "C" 2019-11-04 11:52:33 +08:00
mozjemalloc MoonchildProductions#1251 - Part 7: All the posix_m* memory-related stuff, gathered together. 2019-11-04 11:52:22 +08:00
replace Remove the Dark Matter Detector (DMD) Memeory debugger component. 2019-02-15 23:58:31 +08:00
volatile Remove MOZ_WIDGET_GONK [2/2] 2019-02-15 23:57:10 +08:00
moz.build Remove jemalloc 4 from our tree. 2019-02-15 23:52:10 +08:00