Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270440
b: refs/heads/master
c: bb690c9
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Takashi Iwai committed Sep 29, 2011
1 parent caa02f7 commit e592a08
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: 17d900c4a1b50bc191b3ca58cbd78acc04a1c5b3
refs/heads/master: bb690c9e2702e49af3be2fb6f03d9b60e0afcab7
2 changes: 1 addition & 1 deletion trunk/sound/oss/sound_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ void sound_timer_init(struct sound_lowlev_timer *t, char *name)
n = sound_alloc_timerdev();
if (n == -1)
n = 0; /* Overwrite the system timer */
strcpy(sound_timer.info.name, name);
strlcpy(sound_timer.info.name, name, sizeof(sound_timer.info.name));
sound_timer_devs[n] = &sound_timer;
}
EXPORT_SYMBOL(sound_timer_init);
Expand Down

0 comments on commit e592a08

Please sign in to comment.