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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: admin
日付:  
To: exim-dev
題目: [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.