]> sourceware.org Git - glibc.git/commit
linux: Update the mremap C implementation [BZ #31968]
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 24 Jul 2024 21:05:13 +0000 (14:05 -0700)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 1 Aug 2024 12:39:08 +0000 (14:39 +0200)
commit3433a358428bcec2d203fa408b85f442c9a465ca
treed1ea98f6f6213de0ec1c1e3f3033dfabcd0df0c0
parent46f19b234244f4654b9e3898ac1c27de86068222
linux: Update the mremap C implementation [BZ #31968]

Update the mremap C implementation to support the optional argument for
MREMAP_DONTUNMAP added in Linux 5.7 since it may not always be correct
to implement a variadic function as a non-variadic function on all Linux
targets.  Return MAP_FAILED and set errno to EINVAL for unknown flag bits.
This fixes BZ #31968.

Note: A test must be added when a new flag bit is introduced.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
(cherry picked from commit 6c40cb0e9f893d49dc7caee580a055de53562206)
NEWS
sysdeps/unix/sysv/linux/mremap.c
This page took 0.049475 seconds and 5 git commands to generate.