Re: [Sipp-users] Two bugs: remote host and IPv6

2011-05-27 Thread CT Radu
The bug list can be found at: http://sourceforge.net/tracker/?group_id=104305&atid=637564 Regards, Radu Costin Pe 24.05.2011 10:12, Paul D.Smith a scris: > Can someone tell me where and I how I report bugs? I believe I have > found two plus an enhancement: > > 1. get_host_and_port should not u

Re: [Sipp-users] Two bugs: remote host and IPv6

2011-05-27 Thread CT Radu
It seems we have this problem and a few others in the sipp project. - issue management - at this moment there is something in sourceforge, but nobody seems to take it into account - I have seen a few patches on this list valid for various versions of sipp and for the last year or so. - on the list

[Sipp-users] Two bugs: remote host and IPv6

2011-05-24 Thread Paul D . Smith
Can someone tell me where and I how I report bugs? I believe I have found two plus an enhancement: 1. get_host_and_port should not use strcpy This uses strcpy() to "copy" out the remote host. Unfortunately the source and destination passed to strcpy() overlap and this is specifically forbidde