wok-6.x view linux/stuff/linux-core.u @ rev 15344
mplayerplug-in: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Sep 29 15:54:42 2013 +0000 (2013-09-29) |
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;