RE: int/FILE* bug in Iperf 1.6.4
> >Date: Sun, 5 Jan 2003 20:33:32 +0800
> >From: James Devenish <j-devenish --at-- users.sourceforge.net>
> >To: dast --at-- nlanr.net
> >Subject: int/FILE* bug in Iperf 1.6.4
> >
> >There appears to be some interchange of (int) and (FILE*)
> >in Extractor.cpp and Listener.cpp and PerfSocket.cpp
> >(and that makes iperf crash of LP64 platforms, for instance).
> >This includes instances of close((int)fd). Looks like you
> >could just redefine one of Extractor's constructors to take
> >FILE* instead of int. I'd send you a patch but I have to
> >catch a bus now.
Thanks for the notice. This is a rarely used feature of representative
streams and thus rarely if ever causes any crashes, but we will fix it in
future releases.
Kevin