aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-09-29 14:51:36 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-10-15 10:13:37 -0300
commit0b9460d22e285432d232f42c7442a3226e1bf830 (patch)
tree88611e69058625cea9294a797d0a8fe99beaadf0 /NEWS
parentc4aeedea598a1bd80f52ca9ebd07fe447680d491 (diff)
downloadglibc-0b9460d22e285432d232f42c7442a3226e1bf830.zip
glibc-0b9460d22e285432d232f42c7442a3226e1bf830.tar.gz
glibc-0b9460d22e285432d232f42c7442a3226e1bf830.tar.bz2
sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636]
Both commands are Linux extensions where the third argument is either a 'struct shminfo' (IPC_INFO) or a 'struct shm_info' (SHM_INFO) instead of 'struct shmid_ds'. And their information does not contain any time related fields, so there is no need to extra conversion for __IPC_TIME64. The regression testcase checks for Linux specifix SysV ipc message control extension. For SHM_INFO it tries to match the values against the tunable /proc values and for MSG_STAT/MSG_STAT_ANY it check if the create\ shared memory is within the global list returned by the kernel. Checked on x86_64-linux-gnu and on i686-linux-gnu (Linux v5.4 and on Linux v4.15). (cherry picked from commit a49d7fd4f764e97ccaf922e433046590ae52fce9)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 15c0299..3030735 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@ The following bugs are resolved with this release:
[26534] libm.so 2.32 SIGILL in pow() due to FMA4 instruction on non-FMA4
system
[26555] string: strerrorname_np does not return the documented value
+ [26636] libc: 32-bit shmctl(IPC_INFO) crashes when shminfo struct is
+ at the end of a memory mapping
[26637] libc: semctl SEM_STAT_ANY fails to pass the buffer specified
by the caller to the kernel
[26639] libc: msgctl IPC_INFO and MSG_INFO return garbage