Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125489
b: refs/heads/master
c: d97106a
h: refs/heads/master
i:
  125487: 425bf4f
v: v3
  • Loading branch information
Linus Torvalds committed Jan 3, 2009
1 parent af3c4e1 commit 14a34e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3bfacef412b4bc993a8992217e50f1245f2fd3a6
refs/heads/master: d97106ab53f812910a62d18afb9dbe882819c1ba
3 changes: 3 additions & 0 deletions trunk/lib/vsprintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,9 @@ static char *ip4_addr_string(char *buf, char *end, u8 *addr, int field_width,
*/
static char *pointer(const char *fmt, char *buf, char *end, void *ptr, int field_width, int precision, int flags)
{
if (!ptr)
return string(buf, end, "(null)", field_width, precision, flags);

switch (*fmt) {
case 'F':
ptr = dereference_function_descriptor(ptr);
Expand Down

0 comments on commit 14a34e0

Please sign in to comment.