Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347037
b: refs/heads/master
c: dc05373
h: refs/heads/master
i:
  347035: 5d3f54b
v: v3
  • Loading branch information
Abhijit Pawar authored and Linus Torvalds committed Dec 18, 2012
1 parent dc8dcf0 commit 52545e9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 79a4dcefd3256896416f5a94d2d1442a7f5aa9b8
refs/heads/master: dc053733ea44babedb20266300b984d6add8b9e5
3 changes: 2 additions & 1 deletion trunk/mm/kmemleak.c
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,8 @@ static int dump_str_object_info(const char *str)
struct kmemleak_object *object;
unsigned long addr;

addr= simple_strtoul(str, NULL, 0);
if (kstrtoul(str, 0, &addr))
return -EINVAL;
object = find_and_get_object(addr, 0);
if (!object) {
pr_info("Unknown object at 0x%08lx\n", addr);
Expand Down

0 comments on commit 52545e9

Please sign in to comment.