Files
semi-libc/src/ipc
Rich Felker 2b2c8aafce fix corrupt sysvipc timestamps on 32-bit archs with old kernels
kernel commit 4693916846269d633a3664586650dbfac2c5562f (first included
in release v4.14) silently fixed a bug whereby the reserved space
(which was later used for high bits of time) in IPC_STAT structures
was left untouched rather than zeroed. this means that a caller that
wants to read the high bits needs to pre-zero the memory.

since it's not clear that these operations are permitted to modify the
destination buffer on failure, use a temp buffer and copy back to the
caller's buffer on success.
2020-03-14 21:23:37 -04:00
..
2017-08-12 09:09:27 -04:00
2019-07-01 14:17:59 -04:00
2019-07-01 14:17:59 -04:00
2019-07-01 14:17:59 -04:00