netgroup/hikepkg-tutorial

bug: undefined HVM_RET return value

Opened this issue · 0 comments

goto out;

the HVM_RET return value is left undefined if the processing path takes the goto at line 125.
Please check also other paths to be sure that we always return a defined (initialized) HVM_RET value to the caller chain.