Applied, thank you!
On Tue, Sep 19, 2023 at 10:11 AM Dominique Martinet
wrote:
>
> From: Dominique Martinet
>
> sed would currently not error if write failed when modifying a file.
>
> This can be reproduced with the following 'script':
> $ sudo mount -t tmpfs tmpfs -o size=1M /tmp/m
> $ sudo ch
Hi!
Any change to get this merged?
We have used it in alpine for a while, and so far no issues.
Thanks!
-nc
On Tue, 19 Sep 2023 17:11:02 +0900
Dominique Martinet wrote:
> From: Dominique Martinet
>
> sed would currently not error if write failed when modifying a file.
>
> This can be repr
From: Dominique Martinet
sed would currently not error if write failed when modifying a file.
This can be reproduced with the following 'script':
$ sudo mount -t tmpfs tmpfs -o size=1M /tmp/m
$ sudo chmod 777 /tmp/m
$ echo foo > /tmp/m/foo
$ dd if=/dev/zero of=/tmp/m/fill bs=4k
dd: error writing
From: Dominique Martinet
sed would currently not error if write failed when modifying a file.
This can be reproduced with the following 'script':
$ sudo mount -t tmpfs tmpfs -o size=1M /tmp/m
$ sudo chmod 777 /tmp/m
$ echo foo > /tmp/m/foo
$ dd if=/dev/zero of=/tmp/m/fill bs=4k
dd: error writing