K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-03-02T04:22:38.752161Z K 7 svn:log V 211 elfctl: initialize features GCC points out a couple levels down in convert_to_features that this may be used uninitialized. Indeed, this is true- initialize it to NULL so that we at least deref a null pointer. END