Revision 3d5e229212df0b0d08322f34bdbb66c31670fbf2 authored by Loïc on 21 December 2018, 17:50:15 UTC, committed by GitHub on 21 December 2018, 17:50:15 UTC
Just like the upstream commit 8e7df2b, there's not enough reasons to read this file as non-root.
The old CVE-2014-1738 could have been prevented by this.
1 parent 9097a05
Raw File
locking-selftest-rtmutex.h
/* SPDX-License-Identifier: GPL-2.0 */
#undef LOCK
#define LOCK		RTL

#undef UNLOCK
#define UNLOCK		RTU

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		RTI
back to top