siemens / gencmpclient

generic CMP [RFC 4210, RFC 9483] client library and CLI, based on CMPforOpenSSL (https://github.com/mpeylo/cmpossl)
Other
10 stars 7 forks source link

fix(genCMPClient): define variable before goto jump #36

Closed xsulca00 closed 9 months ago

xsulca00 commented 1 year ago

Motivation

There is a bug a goto jump set_path that causes usage of an undefined variable.

Proposed Changes

Define the variable before the jump.

Test Plan

N/A