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] 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

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

2021-01-29 Thread Noel Duffy via fpc-pascal
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 support for DNS over TCP 2. netdb-example.patch, which add

Re: [fpc-pascal] Patches

2005-03-28 Thread Florian Klaempfl
Raw Magick DOT COM wrote: > Hi All, > > I see patches being released here, though I dont quite yet get how to > apply them, I have just downloaded source and make'd it using FPC. I > was wondering if these patches were automatically applied to that > evenings build of the sources and if not how o

Re: [fpc-pascal] Patches

2005-03-28 Thread Raw Magick DOT COM
Hi All, Apologies, I though I was speaking to lazarus list, wont happen again. -- Best regards, Petermailto:[EMAIL PROTECTED] ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailma

[fpc-pascal] Patches

2005-03-28 Thread Raw Magick DOT COM
Hi All, I see patches being released here, though I dont quite yet get how to apply them, I have just downloaded source and make'd it using FPC. I was wondering if these patches were automatically applied to that evenings build of the sources and if not how often were the patches applied. Peter D