bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scm_to_sockaddr mishandles IPv6 addresses


From: Neil Jerram
Subject: Re: scm_to_sockaddr mishandles IPv6 addresses
Date: Thu, 01 Oct 2009 23:29:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Scott McPeak <address@hidden> writes:

> Hi,
>
> In Guile-1.8.7, the function 'scm_to_sockaddr' mishandles IPv6
> addresses.  Specifically, it passes the 'address' parameter (which is
> a vector) to the 'scm_to_ipv6' function, which expects an integer.
>
> I have a patch, at the end, that fixes the problem.

Many thanks, I've applied this (plus some tests).

     Neil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]