diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-05-28 20:59:06 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-05-28 20:59:06 +0000 |
commit | 03fb0f6f9c42ab6364bbe8ece4841a6d98164d64 (patch) | |
tree | 5e0238ffcaaddadd6c89c47c2355c7658e5cf112 /sys-kernel/aa-sources/files/aa-sources-2.6.5.CAN-2004-0228.patch | |
parent | require perl 5.8.2 to get a proper >=6.11 makemaker (diff) | |
download | historical-03fb0f6f9c42ab6364bbe8ece4841a6d98164d64.tar.gz historical-03fb0f6f9c42ab6364bbe8ece4841a6d98164d64.tar.bz2 historical-03fb0f6f9c42ab6364bbe8ece4841a6d98164d64.zip |
Added patches for the CAN-2004-0075, CAN-2004-0133, CAN-2004-0181, CAN-2004-0228, CAN-2004-0229, CAN-2004-0394, and CAN-2004-0427 vulnerabilities. Bug #47881.
Diffstat (limited to 'sys-kernel/aa-sources/files/aa-sources-2.6.5.CAN-2004-0228.patch')
-rw-r--r-- | sys-kernel/aa-sources/files/aa-sources-2.6.5.CAN-2004-0228.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-kernel/aa-sources/files/aa-sources-2.6.5.CAN-2004-0228.patch b/sys-kernel/aa-sources/files/aa-sources-2.6.5.CAN-2004-0228.patch new file mode 100644 index 000000000000..746ade9ab1c0 --- /dev/null +++ b/sys-kernel/aa-sources/files/aa-sources-2.6.5.CAN-2004-0228.patch @@ -0,0 +1,11 @@ +--- linux-2.6.3/drivers/cpufreq/cpufreq_userspace.c.overflow 2004-02-18 04:57:16.000000000 +0100 ++++ linux-2.6.3/drivers/cpufreq/cpufreq_userspace.c 2004-05-14 11:40:37.000000000 +0200 +@@ -168,7 +168,7 @@ cpufreq_procctl(ctl_table *ctl, int writ + { + char buf[16], *p; + int cpu = (int) ctl->extra1; +- int len, left = *lenp; ++ unsigned int len, left = *lenp; + + if (!left || (filp->f_pos && !write) || !cpu_online(cpu)) { + *lenp = 0; |