Comment # 6
on bug 11172
from Guy Harris
(In reply to Alexis La Goutte from comment #5)
> there is always the issue with solaris buildbot but can be closed for me
I'd say that issue is important. Either:
1) there's an endianness issue (the Solaris/SPARC buildbot is big-endian, the
other buildbots are x86 buildbots and thus little-endian);
2) there's an alignment issue (SPARC traps on unaligned accesses, x86 doesn't
do so by default and no OS I know of enables trap-on-unaligned-access);
3) there's some other issue that, perhaps due to compiler differences, causes
it to crash on the Solaris buildbot but not the other buildbots.
I've fixed one place where the code *could* run past the end of a buffer, but
that didn't fix the problem (and that should only happen with a malformed
packet).
You are receiving this mail because:
- You are watching all bug changes.