From 9a1793289b08339660985cb2baada60debc70bf2 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 28 Jan 2018 18:48:04 +0100 Subject: Reject invalid definitions of _POSIX_CHOWN_RESTRICTED, _POSIX_NO_TRUNC, _POSIX_VDISABLE POSIX requires that the constants _POSIX_CHOWN_RESTRICTED, _POSIX_NO_TRUNC, and _POSIX_VDISABLE are always defined to a value other than -1. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6fefbee51e..07e751e6ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-01-29 Andreas Schwab + + * sysdeps/posix/fpathconf.c (__fpathconf): Verify the values of + _POSIX_CHOWN_RESTRICTED, _POSIX_NO_TRUNC, _POSIX_VDISABLE. + * sysdeps/posix/pathconf.c (__pathconf): Likewise. + 2018-01-29 Samuel Thibault * mach/Versions: Fix version when __mach_host_self_ was added. -- cgit v1.2.3