[exim-dev] [Bug 1761] 4.87_RC2 dns.c compile error on OpenBS…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: admin
Datum:  
To: exim-dev
Betreff: [exim-dev] [Bug 1761] 4.87_RC2 dns.c compile error on OpenBSD 5.8 - 'struct in6_addr' has no member named '__in6_u'
https://bugs.exim.org/show_bug.cgi?id=1761

Jeremy Harris <jgh146exb@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED


--- Comment #4 from Jeremy Harris <jgh146exb@???> ---
OK, I'm going to ignore that 1151 complaint, because the buffer is not static.
It was allocated on the previous line, with space to grow into. Your compiler
is whining about the normal practice of a 1-sized array at the tail of a
structure being used as the anchor for a dynamically-sized array.

--
You are receiving this mail because:
You are on the CC list for the bug.