greenbone / gsad

Greenbone Security Assistant HTTP Server - The server talking to the Greenbone Vulnerability Management daemon (gvmd).
GNU Affero General Public License v3.0
11 stars 14 forks source link

Fix: Add initialization to remove warning #157

Closed a-h-abdelsalam closed 1 year ago

a-h-abdelsalam commented 1 year ago

What

Initialize the compressed response pointer.

Why

To avoid warning about being used without initialization.

References

GEA-336

github-actions[bot] commented 1 year ago

Conventional Commits Report

Type Number
Bug Fixes 1

:rocket: Conventional commits found.

cfi-gb commented 1 year ago

Follow-up change to: #143