IPV6 support bug - patch included

AV
Alexandre Viau
Tue, Nov 8, 2016 8:18 PM

Hello,

PJSIP pj_ioqueue_sendto() fails in exception if addr argument
is an IPv6 address and if there is a pending write.
This is due to an PJ_ASSERT_RETURN() check not ported for IPv6.

This patch adds this support to the check and change
the internal write_operation structure to support generic IP
addresses.

The author is Guillaume Roguez guillaume.roguez@savoirfairelinux.com
(in CC).

The patch was developed for Ring (https://ring.cx/)

Please let us know if you have any questions,

--
Alexandre Viau
aviau@debian.org

Hello, > PJSIP pj_ioqueue_sendto() fails in exception if addr argument > is an IPv6 address and if there is a pending write. > This is due to an PJ_ASSERT_RETURN() check not ported for IPv6. > > This patch adds this support to the check and change > the internal write_operation structure to support generic IP > addresses. The author is Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> (in CC). The patch was developed for Ring (https://ring.cx/) Please let us know if you have any questions, -- Alexandre Viau aviau@debian.org