Charles Lepple
2011-Sep-14 01:35 UTC
[Nut-upsdev] [nut-commits] buildbot failure in Network UPS Tools on MacOSX-10.5-x86
On Sep 13, 2011, at 7:20 PM, clepple+buildbot at ghz.cc wrote:> The Buildbot has detected a new failure of MacOSX-10.5-x86 on > Network UPS Tools. > Full details are available at: > http://buildbot.networkupstools.org/public/nut/builders/MacOSX-10.5-x86/builds/324See section 3.2 (IPv6 Address Structure) of http://www.ietf.org/rfc/rfc2553.txt - only the s6_addr field name is part of the standard structure definition. Other names are implementation-specific. Looking through the code, a lot of the equality comparisons and swapping could be handled by memcmp and memcpy.
Frédéric Bohé
2011-Sep-14 08:43 UTC
[Nut-upsdev] [nut-commits] buildbot failure in Network UPS Tools on MacOSX-10.5-x86
On Tue, 2011-09-13 at 21:35 -0400, Charles Lepple wrote:> On Sep 13, 2011, at 7:20 PM, clepple+buildbot at ghz.cc wrote: > > > The Buildbot has detected a new failure of MacOSX-10.5-x86 on > > Network UPS Tools. > > Full details are available at: > > http://buildbot.networkupstools.org/public/nut/builders/MacOSX-10.5-x86/builds/324 > > See section 3.2 (IPv6 Address Structure) of http://www.ietf.org/rfc/rfc2553.txt > - only the s6_addr field name is part of the standard structure > definition. Other names are implementation-specific. > > Looking through the code, a lot of the equality comparisons and > swapping could be handled by memcmp and memcpy.Thanks for the advice. Modifications commited. Fred -- Team Open Source Eaton - http://powerquality.eaton.com --------------------------------------------------------------------------