"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
ori@eigenstate.org
Subject:
Re: diff_output_lines() performance fix
To:
gameoftrees@openbsd.org, stsp@stsp.name
Date:
Wed, 07 Jul 2021 09:41:31 -0400

Download raw body.

Thread
Quoth Stefan Sperling <stsp@stsp.name>:
> Embedded NUL bytes are incompatible
> with the call fprintf(dest, "%s\n", buf);

Is there any reason to avoid fwrite() that
I'm missing?