ishikawa wrote:

Neil wrote:
ISHIKAWA, Chiaki wrote:

I see some code most notably LDAP code in comm-central is not 64bit clean
Really? Thunderbird has been releasing 64-bit Mac and Linux code for some time 
now...

Now I cannot seem to find the problematic code quickly enough in the latest 
comm-central code.
I should have raised a flag when I was compiling 64 bit version myself and 
noticed the problem.

I recall seeing that a hash table was accessed using a key that is calculated 
using only lower 32 bits of address of an inserted object.
I have skimmed the LDAP code for hashtables but I can only find one that uses a 32-bit key and it is inserting int values, not pointers. If you should happen to trip over the code again, please do not hesitate to file a bug, thanks!

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

Reply via email to