projects
/
platform
/
upstream
/
glog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
8db3ff0
2c50384
)
Merge pull request #20 from UbimoLTD/patch-1
author
Fumitoshi Ukai
<fumitoshi.ukai@gmail.com>
Thu, 6 Aug 2015 08:09:02 +0000
(17:09 +0900)
committer
Fumitoshi Ukai
<fumitoshi.ukai@gmail.com>
Thu, 6 Aug 2015 08:09:02 +0000
(17:09 +0900)
Don't call RAW_VLOG with locking vmodule_lock
SetVLOGLevel locks vmodule_lock however RAW_VLOG at the end also implicitly locks it via InitVLOG3__.
This causes deadlock/segfault.
fixes #29
Trivial merge