commit | b5ca943ff9980c4272b8f6793130c49d9ac7493d | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri May 13 15:33:50 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri May 13 17:06:24 2022 +0200 |
tree | d259c6585431697792927dc5379008dbdac0e3f6 | |
parent | 26f221bd557ebaac8906e7acad257b7b299ea759 [diff] |
BUG/MINOR: ncbuf: fix coverity warning on uninit sz_data Coverity reports that data block generated by ncb_blk_first() has sz_data field uninitialized. This has no real impact as it has no sense for data block. Set to 0 to hide the warning. This should fix github issue #1695.