This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001789] Null pointer in snmp_send_trap and byte orderinconsistency


Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001789

--- Comment #2 from Mike Jones <mjones@linear.com> ---
Created attachment 2115
  --> http://bugs.ecos.sourceware.org/attachment.cgi?id=2115&action=edit
htonl patch

This fixes the problem with the byte reversal by applying lwip bugfix #29256.
The eCos older version does not have one call (ip_addr_set_hton), so the
modification is slightly different. I retested my app. Note that after applying
this patch, application code with a working around using htonl(..) will break
and the htonl(..) call will have to be removed.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]