diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2015-08-28 21:05:12 -0700 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2015-08-28 21:05:12 -0700 |
commit | c173b20994a2d230a8200ea20b37da936c89fe7b (patch) | |
tree | ba8acff89b4c41bebbd71f90732162ffeacabf66 /gr-utils/python/modtool/modtool_makexml.py | |
parent | f84135837963a3a3310afebe8abe6fdf2925a653 (diff) |
Fixes Cov Defect 1043301: Unitialized Variable in Conditional
`extra_len` was declared but not initialized except in a conditional code path,
after which it was compared to zero. It is now initialized to zero in case the
conditional code path is not taken.
Diffstat (limited to 'gr-utils/python/modtool/modtool_makexml.py')
0 files changed, 0 insertions, 0 deletions