ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 11172] IEEE 802.11: 802.1X (WPA-EAP) rekeying support - Pr

Date: Sun, 10 May 2015 17:25:45 +0000

Comment # 6 on bug 11172 from
(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.