Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146428
b: refs/heads/master
c: b103387
h: refs/heads/master
v: v3
  • Loading branch information
Eric Paris authored and James Morris committed May 13, 2009
1 parent a81e8d2 commit f4a9462
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: d93e4c940f51ae06b59c14523c4d55947f9597d6
refs/heads/master: b103387037cea2ba0f04b44d408d54c53f678061
3 changes: 2 additions & 1 deletion trunk/drivers/char/tpm/tpm_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ static int get_event_name(char *dest, struct tcpa_event *event,
unsigned char * event_entry)
{
const char *name = "";
char data[40] = "";
/* 41 so there is room for 40 data and 1 nul */
char data[41] = "";
int i, n_len = 0, d_len = 0;
struct tcpa_pc_event *pc_event;

Expand Down

0 comments on commit f4a9462

Please sign in to comment.