musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/process/system.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2018年08月28日 19:16:40 -0400
committerRich Felker <dalias@aerifal.cx>2018年08月28日 19:16:40 -0400
commitf66022dda8d18e6732626c7806f6c4d32023d574 (patch)
tree8eefb9fe10f74c6e0e1406aceceaa636ca9c68cb /src/process/system.c
parentb39b47bac8ee5505cfc595000a140c35460e1cac (diff)
downloadmusl-f66022dda8d18e6732626c7806f6c4d32023d574.tar.gz
make fmemopen's w+ mode truncate the buffer
the w+ mode is specified to "truncate the buffer contents". like most of fmemopen, exactly what this means is underspecified. mode w and w+ of course implicitly 'truncate' the buffer if a write from the initial position is flushed, so in order for this part of the text about w+ not to be spurious, it should be interpreted as requiring something else, and the obvious reasonable interpretation is that the truncation is immediately visible if you attempt to read from the stream or the buffer before writing/flushing. this interpretation agrees with reported conformance test failures.
Diffstat (limited to 'src/process/system.c')
0 files changed, 0 insertions, 0 deletions
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月15日 23:33:50 +0000

AltStyle によって変換されたページ (->オリジナル) /