]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/OSD.cc: fix possible NULL pointer deref in share_map()
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Sat, 10 May 2014 19:37:07 +0000 (21:37 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Sat, 10 May 2014 19:37:07 +0000 (21:37 +0200)
commit94773aca7784989f0d9b3b2677e393fe856c6f70
tree7fe6093f47b01730f8f29d11aa2f47d6cad025f8
parent79c6491cc6f280879d76ae0ae70fab45d325f2ae
osd/OSD.cc: fix possible NULL pointer deref in share_map()

Fix for:

4778 *sent_epoch_p = osdmap->get_epoch();
     12 Dereference of null pointer (loaded from variable 'sent_epoch_p')

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/osd/OSD.cc