Re: [fpc-pascal] Patches for Issue #37906 - DNS over TCP

2021-01-30 Thread Noel Duffy via fpc-pascal
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

Re: [fpc-pascal] Patches for Issue #37906 - DNS over TCP

2021-01-30 Thread Michael Van Canneyt via fpc-pascal
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

Re: [fpc-pascal] Patches for Issue #37906 - DNS over TCP

2021-01-30 Thread Michael Van Canneyt via fpc-pascal
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?

Re: [fpc-pascal] Patches for Issue #37906 - DNS over TCP

2021-01-30 Thread Sven Barth via fpc-pascal
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?

Re: [fpc-pascal] PTCGraph Causing 217

2021-01-30 Thread James Richters via fpc-pascal
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

Re: [fpc-pascal] Patches for Issue #37906 - DNS over TCP

2021-01-30 Thread 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?id=37906 I've broken the changes into three patches: 1. ne

Re: [fpc-pascal] Patches for Issue #37906 - DNS over TCP

2021-01-30 Thread Michael Van Canneyt via fpc-pascal
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