pkgsrc-Bugs archive

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

Re: pkg/51520: multimedia/ffmpeg3 - getnameinfo: Non-recoverable failure in name resolution on RTP incoming streams



The following reply was made to PR pkg/51520; it has been noted by GNATS.

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/51520: multimedia/ffmpeg3 - getnameinfo: Non-recoverable
 failure in name resolution on RTP incoming streams
Date: Mon, 31 Oct 2016 04:17:52 +0000

 On Mon, Oct 31, 2016 at 03:55:01AM +0000, coypu%SDF.ORG@localhost wrote:
  >  sa_len is not portable, is there a 'right' fix?
 
 Wherever the sockaddr comes from should also have the length
 explicitly - e.g. accept, getsockname, and so on pass it back and if
 the sockname was consed up by the program itself it should know the
 proper length at that point. So the value should be around
 somewhere...
 
 (I haven't looked at the code myself yet obviously)
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index