Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77923
b: refs/heads/master
c: efa5345
h: refs/heads/master
i:
  77921: fec88a8
  77919: 189eeb4
v: v3
  • Loading branch information
Rusty Russell committed Jan 29, 2008
1 parent de8cb0c commit f6b7cc7
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: c9a3ba55bb5da03fc7d707709a7fe078fe1aa0a0
refs/heads/master: efa5345e39d01deef349c120f55ac6b6eabe7457
2 changes: 1 addition & 1 deletion trunk/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ sys_delete_module(const char __user *name_user, unsigned int flags)
mutex_lock(&module_mutex);
}
/* Store the name of the last unloaded module for diagnostic purposes */
sprintf(last_unloaded_module, mod->name);
strlcpy(last_unloaded_module, mod->name, sizeof(last_unloaded_module));
free_module(mod);

out:
Expand Down

0 comments on commit f6b7cc7

Please sign in to comment.