]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: convert SBuf to C++11 initialization
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 22 Feb 2017 17:39:44 +0000 (06:39 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 22 Feb 2017 17:39:44 +0000 (06:39 +1300)
commit6bc1ca30b4ae23c71bcef19a1606c0774b88ba83
tree6b71765fba524dff16b67b4f7ec73a5cc93dfe9d
parentfad7264754cfc0a6c3a94257f3afc435751291d3
Cleanup: convert SBuf to C++11 initialization

This should resolve many Coverity uninitialized member warnings
caused by the SBuf stub linked to pinger helper being confused
with the sbuf/libsbuf.la SBuf constructor definition.
src/sbuf/SBuf.cc
src/sbuf/SBuf.h