[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

--- Comment #3 from Kirill Miazine <km@???> ---
>From netinet6/in6.h:


struct in6_addr {
        union {
                u_int8_t   __u6_addr8[16];
                u_int16_t  __u6_addr16[8];
                u_int32_t  __u6_addr32[4];
        } __u6_addr;                    /* 128-bit IP6 address */
};


Regarding that warning at line 1151, there's done some bounds checking as shown
in this file:

http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/gnu/gcc/gcc/c-bounded.c?rev=1.3&content-type=text/x-cvsweb-markup

The comments says: check if the static buffer is smaller than bound length

I'd like to know more about what is necessary in order to operate an animal. We
can take this discussion off Bugzilla.

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