Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288874
b: refs/heads/master
c: 70142a9
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and Greg Kroah-Hartman committed Feb 13, 2012
1 parent 199afaf commit af74bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: da5a70f3519fd6f73ece3eea261a861c9a4d6bbd
refs/heads/master: 70142a9dd154f54f7409871ead86f7d77f2c6576
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpu/match.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ssize_t arch_print_cpu_modalias(struct device *dev,
for (i = 0; i < NCAPINTS*32; i++) {
if (boot_cpu_has(i)) {
n = snprintf(buf, size, ",%04X", i);
if (n < 0) {
if (n >= size) {
WARN(1, "x86 features overflow page\n");
break;
}
Expand Down

0 comments on commit af74bb7

Please sign in to comment.