wok view linux/stuff/linux-core.u @ rev 15233

grub2: remove wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 22 18:54:53 2013 +0200 (2013-09-22)
parents
children
line source
1 FIX: Linux local privilege escalation 0day, 2.6.37 - 3.8.10
2 --- linux-3.2.40/kernel//events/core.c
3 +++ linux-3.2.40/kernel//events/core.c
4 @@ -5164,7 +5164,7 @@
6 static int perf_swevent_init(struct perf_event *event)
7 {
8 - int event_id = event->attr.config;
9 + u64 event_id = event->attr.config;
11 if (event->attr.type != PERF_TYPE_SOFTWARE)
12 return -ENOENT;