On Sat, 3 May 2025, Jeremy Drake via Cygwin-patches wrote:
> On Sat, 3 May 2025, Jon Turney wrote:
>
> > On 01/05/2025 20:28, Jeremy Drake via Cygwin-patches wrote:
> > > Explicitly specify that `from` and `to` are NUL-terminated strings, that
> > > NULL is permitted in `to` when `size` is 0, and
On 03/05/2025 16:39, Jeremy Drake via Cygwin-patches wrote:
On Sat, 3 May 2025, Jon Turney wrote:
On 01/05/2025 20:28, Jeremy Drake via Cygwin-patches wrote:
Explicitly specify that `from` and `to` are NUL-terminated strings, that
NULL is permitted in `to` when `size` is 0, and that `to` is no
On Sat, 3 May 2025, Jon Turney wrote:
> On 01/05/2025 20:28, Jeremy Drake via Cygwin-patches wrote:
> > Explicitly specify that `from` and `to` are NUL-terminated strings, that
> > NULL is permitted in `to` when `size` is 0, and that `to` is not
> > written to in the event of an error (unless it w
On Sat, 3 May 2025, Jon Turney wrote:
> On 01/05/2025 20:28, Jeremy Drake via Cygwin-patches wrote:
> > Explicitly specify that `from` and `to` are NUL-terminated strings, that
> > NULL is permitted in `to` when `size` is 0, and that `to` is not
> > written to in the event of an error (unless it w
On 01/05/2025 20:28, Jeremy Drake via Cygwin-patches wrote:
Explicitly specify that `from` and `to` are NUL-terminated strings, that
NULL is permitted in `to` when `size` is 0, and that `to` is not
written to in the event of an error (unless it was a fault while writing
to `to`).
That's great,
Explicitly specify that `from` and `to` are NUL-terminated strings, that
NULL is permitted in `to` when `size` is 0, and that `to` is not
written to in the event of an error (unless it was a fault while writing
to `to`).
Signed-off-by: Jeremy Drake
---
winsup/doc/path.xml | 21 ++