wok-next view linux/stuff/linux-core.u @ rev 14877

Add: python-http-parser (0.8.1)
author Claudinei Pereira <claudinei@slitaz.org>
date Tue Jul 23 19:31:25 2013 -0300 (2013-07-23)
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;