On 30/01/21 11:43 pm, Michael Van Canneyt via fpc-pascal wrote:
On Sat, 30 Jan 2021, Noel Duffy via fpc-pascal wrote:
Lastly, a minor point: in the source for netdb.pp there's a comment warning of
stringfromlabel's lack of checks. Since it now has a good few checks, I think
this warning is
On Sat, 30 Jan 2021, Sven Barth via fpc-pascal wrote:
In addition to new code for DNS over TCP, this latest set of patches
adds checks for writes beyond buffer boundaries and other potential
security issues. Since the last update I've also added support for
SRV records, as defined in RFC 278
On Sat, 30 Jan 2021, Noel Duffy via fpc-pascal wrote:
On 30/01/21 9:45 pm, Michael Van Canneyt via fpc-pascal wrote:
On Sat, 30 Jan 2021, Noel Duffy via fpc-pascal wrote:
I've added patches to resolve issue #37906, DNS over TCP, to the bug
tracker:
https://bugs.freepascal.org/view.php?
Am 30.01.2021 um 10:30 schrieb Noel Duffy via fpc-pascal:
On 30/01/21 9:45 pm, Michael Van Canneyt via fpc-pascal wrote:
On Sat, 30 Jan 2021, Noel Duffy via fpc-pascal wrote:
I've added patches to resolve issue #37906, DNS over TCP, to the bug
tracker:
https://bugs.freepascal.org/view.php?
Any idea what's causing this crash yet? Is there some way I can at least
detect the error and handle it myself instead of crashing?
James
From: fpc-pascal On Behalf Of
James Richters via fpc-pascal
Sent: Monday, January 11, 2021 9:37 AM
To: 'FPC-Pascal users discussions'
Cc: James Richters
On 30/01/21 9:45 pm, Michael Van Canneyt via fpc-pascal wrote:
On Sat, 30 Jan 2021, Noel Duffy via fpc-pascal wrote:
I've added patches to resolve issue #37906, DNS over TCP, to the bug tracker:
https://bugs.freepascal.org/view.php?id=37906
I've broken the changes into three patches:
1. ne
On Sat, 30 Jan 2021, Noel Duffy via fpc-pascal wrote:
I've added patches to resolve issue #37906, DNS over TCP, to the bug tracker:
https://bugs.freepascal.org/view.php?id=37906
I've broken the changes into three patches:
1. netdb.patch, which updates packages/fcl-net/src/netdb.pp, adding s