git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e7c15d
)
batman-adv: Check return value of try_module_get
author
Sven Eckelmann
<sven@narfation.org>
Mon, 20 Aug 2012 21:37:26 +0000
(23:37 +0200)
committer
Antonio Quartulli
<ordex@autistici.org>
Mon, 29 Oct 2012 08:42:36 +0000
(09:42 +0100)
New operations should not be started when they need an increased module
reference counter and try_module_get failed.
This patch addresses Coverity #712284: Unchecked return value
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
No differences found