mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
net/x25: use designated initializers
Prepare to mark sensitive kernel structures for randomization by making sure they're using designated initializers. These were identified during allyesconfig builds of x86, arm, and arm64, with most initializer fixes extracted from grsecurity. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ebf12f1320
commit
e999cb43d5
@ -70,7 +70,7 @@ static struct ctl_table x25_table[] = {
|
||||
.mode = 0644,
|
||||
.proc_handler = proc_dointvec,
|
||||
},
|
||||
{ 0, },
|
||||
{ },
|
||||
};
|
||||
|
||||
void __init x25_register_sysctl(void)
|
||||
|
Loading…
Reference in New Issue
Block a user