Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360703
b: refs/heads/master
c: db7760a
h: refs/heads/master
i:
  360701: d9d3f7f
  360699: 4c7f252
  360695: a1a4797
  360687: 71e1836
  360671: cef124e
  360639: ad8a9e7
  360575: fb23d2e
  360447: 3a4bf49
v: v3
  • Loading branch information
Syam Sidhardhan authored and Martin Schwidefsky committed Feb 28, 2013
1 parent b088206 commit d8b3d08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d12a2970385cfe0c1b0439f53c3ed1055d4dee3e
refs/heads/master: db7760ad9b43bfc1ec4baeb7011142cbe069e8f8
4 changes: 2 additions & 2 deletions trunk/arch/s390/kernel/dis.c
Original file line number Diff line number Diff line change
Expand Up @@ -1711,10 +1711,10 @@ int insn_to_mnemonic(unsigned char *instruction, char buf[8])
if (!insn)
return -ENOENT;
if (insn->name[0] == '\0')
snprintf(buf, sizeof(buf), "%s",
snprintf(buf, 8, "%s",
long_insn_name[(int) insn->name[1]]);
else
snprintf(buf, sizeof(buf), "%.5s", insn->name);
snprintf(buf, 8, "%.5s", insn->name);
return 0;
}
EXPORT_SYMBOL_GPL(insn_to_mnemonic);
Expand Down

0 comments on commit d8b3d08

Please sign in to comment.