Skip to content

Commit

Permalink
Flexelint
Browse files Browse the repository at this point in the history
  • Loading branch information
nigoroll committed Oct 9, 2024
1 parent 4aa1eba commit 2c3ae69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vmod/vmod_debug_filters.c
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ xyzzy_chksha256_fini(struct vdp_ctx *vdc, void **priv)
VSLb(vdc->vsl, SLT_Debug, "sha256 checksum mismatch");

vsb = VSB_new_auto();
AN(vsb);
VSB_quote(vsb, digest, sizeof digest, VSB_QUOTE_HEX);
AZ(VSB_finish(vsb));
VSLb(vdc->vsl, SLT_Debug, "got: %s", VSB_data(vsb));
Expand Down

0 comments on commit 2c3ae69

Please sign in to comment.