commit | 0abc25a3e60f26cc8371a2b2909fe4801924a304 | [log] [tgz] |
---|---|---|
author | Guido Trentalancia <guido@trentalancia.net> | Fri Dec 23 16:19:46 2016 +0100 |
committer | James Carter <jwcart2@tycho.nsa.gov> | Fri Jan 06 12:15:23 2017 -0500 |
tree | 61d953a0ecefcad06c4d304fae08003d4c56ef2a | |
parent | 5db4537f644c26cd59303f5c92fb6ba12e9f1d31 [diff] |
libsemanage: Fix unitialized variable compiler warnings Fix unitialized variable compiler warnings when using the "-O -Werror" flags on gcc6 by initializing the variables in question. It was possible for err_data_len to be used without initialization, but not cil_data_len. Signed-off-by: Guido Trentalancia <guido@trentalancia.net> Signed-off-by: James Carter <jwcart2@tycho.nsa.gov>