Klaus Hartnegg wrote on Wed, 30 Sep 2015:
My conclusion from these two is that Accept and Sock2Text are more
than deprecated, they are broken (in version 2.6.4 for Linux).
We have a test for it in the regression test suite that works fine in
our regression test runs on most if not all plat
Sorry, I meant accept, not access.
Am 30.09.2015 um 11:10 schrieb Klaus Hartnegg:
http://www.freepascal.org/docs-html/rtl/sockets/fpaccept.html
if Accept(S,FromName,Sin,Sout) then
(* WARNING: Accept is deprecated *)
(* ERROR: fromname contains nonsense characters *)
Sock2Text(S,Sin,Sout);