[Bug 745] ping with ipv6 crashes on arm

bugzilla at busybox.net bugzilla at busybox.net
Thu Nov 26 14:29:05 UTC 2009


https://bugs.busybox.net/show_bug.cgi?id=745





--- Comment #3 from Denys Vlasenko <vda.linux at googlemail.com>  2009-11-26 14:29:04 UTC ---
(In reply to comment #2)
> Doesn't the compiler convert unaligned accesses into aligned ones on CPUs that
> are known not to support certain unaligned accesses?

I think compiler usually assumes we know what we are doing. It will only handle
attribute(packed) structure members and such. Simple casts assumed to result in
aligned ptrs.

I pushed a fix in 57be1ee, will be in 1.16.x. Please test current git.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list