]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ErasureCodeShec.cc: fix uninitialized scalar variable (UNINIT)
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 13 Mar 2015 18:19:20 +0000 (19:19 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 17 Mar 2015 08:19:40 +0000 (09:19 +0100)
commitf526ddebfb10e755ef8599746de2bb56e738df34
tree299f57dc627fc571f29423314b39a70b271e59ee
parenta894223ce5c53263e0a641a63363acea60c44cb6
ErasureCodeShec.cc: fix uninitialized scalar variable (UNINIT)

Fix for:
CID 1274310: Uninitialized scalar variable (UNINIT)
 6. uninit_use_in_call: Using uninitialized element of
 array erased when calling shec_make_decoding_matrix.

CID 1274312: Uninitialized scalar variable (UNINIT)
 24. uninit_use_in_call: Using uninitialized element of
 array dm_ids when calling shec_make_decoding_matrix.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/erasure-code/shec/ErasureCodeShec.cc