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:
0f1d3f9
)
rbd: ensure invalid pointers are made null
author
Alex Elder
<elder@inktank.com>
Fri, 27 Jul 2012 04:37:14 +0000
(23:37 -0500)
committer
Alex Elder
<elder@inktank.com>
Mon, 1 Oct 2012 19:30:48 +0000
(14:30 -0500)
Fix a number of spots where a pointer value that is known to
have become invalid but was not reset to null.
Also, toss in a change so we use sizeof (object) rather than
sizeof (type).
Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
No differences found