On 17/05/20 3:00 am, Michael Van Canneyt wrote:
On Sat, 16 May 2020, Michael Van Canneyt wrote:
On Sat, 16 May 2020, Jonas Maebe wrote:
On 15/05/2020 12:39, Noel Duffy via fpc-pascal wrote:
While doing some work on bug 37060, the refactoring of StrToHostAddr
and
StrToHostAddr6 in the so
On 17/05/20 1:21 am, Jonas Maebe wrote:
On 15/05/2020 12:39, Noel Duffy via fpc-pascal wrote:
While doing some work on bug 37060, the refactoring of StrToHostAddr and
StrToHostAddr6 in the sockets
unit,(https://bugs.freepascal.org/view.php?id=37060), I found that
StrToHostAddr is doing no valida
On 16/05/2020 7:13 pm, Bo Berglund via fpc-pascal wrote:
>
> Well the simplest way to get Indy10 into Lazarus is via Online Package
> Manager!
Do they (whoever it might be) keep it up to date with the lastest Indy?
> it is a rather steep climb since Indy10 is entirely blocking and the
> Delphi c
On Thu, 14 May 2020 22:02:01 +0100, Graeme Geldenhuys
wrote:
>On 14/05/2020 5:21 pm, Giuliano Colla wrote:
>> I need to implement a simple dedicated TCP/IP connection between a
>> client and a server.
>
>You can always use the Indy TCP components too. I've used them for years
>under Delphi and
On Sat, 16 May 2020, Michael Van Canneyt wrote:
On Sat, 16 May 2020, Jonas Maebe wrote:
On 15/05/2020 12:39, Noel Duffy via fpc-pascal wrote:
While doing some work on bug 37060, the refactoring of StrToHostAddr and
StrToHostAddr6 in the sockets
unit,(https://bugs.freepascal.org/view.php?i
On Sat, 16 May 2020, Jonas Maebe wrote:
On 15/05/2020 12:39, Noel Duffy via fpc-pascal wrote:
While doing some work on bug 37060, the refactoring of StrToHostAddr and
StrToHostAddr6 in the sockets
unit,(https://bugs.freepascal.org/view.php?id=37060), I found that
StrToHostAddr is doing no val
On 15/05/2020 12:39, Noel Duffy via fpc-pascal wrote:
> While doing some work on bug 37060, the refactoring of StrToHostAddr and
> StrToHostAddr6 in the sockets
> unit,(https://bugs.freepascal.org/view.php?id=37060), I found that
> StrToHostAddr is doing no validation at all on input address charac
Applied, thank you very much !
Michael.
On Sat, 16 May 2020, Noel Duffy via fpc-pascal wrote:
Per discussions, I've posted a proposed patch on bug 37060
https://bugs.freepascal.org/view.php?id=37060
I've also attached a test program that exercises the new functions.
___