Nelson B Bolyard wrote:

The problem is in the way that Mozilla builds JEMalloc for FF on Windows. They 
build a replacement for the Microsoft C RunTime Library.

Ah, but I'm hoping that any solution that they manage to implement for the Mac will be portable to VC Express, since it will only replace NS_Alloc/Free, not malloc/free.

But please tell us, which libjar has the horrifying number of mismatches?  If 
it's NSS's, we'd like to know about them.
I didn't even know NSS had a libjar! And it's not that horrifying, really.

PORT_ZFree is a wrapper for PR_Free.  The question is: is it correct to 
allocate with PL_strdup (part of NSPR) and free with PL_Free (also part of 
NSPR, but part of a separate NSPR shared library) ?
I meant PR_Free.  There is no PL_Free, AFAIK.
There is PL_strfree though.

Under which component should I file those bugs in pk12util?
If the bug is in a source file under security/nss/cmd then component "tools".

Yes, it's pk12util.c itself.

I don't have a tool that makes it easy. All I did was piggy-back on a feature of the MSVC debug heap,
Another feature of the professional package only, sadly.
I use VC2005Express...

--
Warning: May contain traces of nuts.
--
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to