Skip to content

Use 'write' with 'count' <= max value of its return type

Ghost User requested to merge (removed):issue_2883b into main

Limit 'count' so that 'write' can properly report the numer of written bytes.
Limits:
POSIX: SSIZE_MAX
Windows: INT_MAX (Bug #2883 (closed))

Closes #2883 (closed)

Merge request reports