openwrt/package/base-files/files/lib
John Thomson d82c191283 package/base-files: caldata: use dd iflag fullblock
This dd flag ensures that the requested size
is retrieved from pipes or special filesystems (if available).

Without this flag, on multi-core systems,
Piped or special filesystem data can be truncated
when a size greater than PIPE_BUF is requested.

Fixes: FS#3494
Fixes: 7557e7f ("package/base-files: caldata: work around dd's
limitation")
Cc: Thibaut VARÈNE <hacks@slashdirt.org>

Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
2020-12-11 13:48:24 +01:00
..
functions package/base-files: caldata: use dd iflag fullblock 2020-12-11 13:48:24 +01:00
preinit base-files: merge /etc/passwd on rw-rootfs 2020-11-27 09:59:14 +00:00
upgrade base-files: upgrade: stage2: use v for log lines 2020-11-11 21:29:55 +08:00
functions.sh base-files: functions.sh: replace [^...] with [!...] in case 2020-11-25 17:22:39 +01:00