]> git.ipfire.org Git - thirdparty/squid.git/commit - src/format/Format.cc
Regression: segfault logging with %tg format specifier
authorSteve Hill <steve@opendium.com>
Tue, 13 May 2014 10:27:18 +0000 (03:27 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 13 May 2014 10:27:18 +0000 (03:27 -0700)
commitb22c1ad36d421ac8f104725f8b041d49ccd9503a
treef4434d2bebd8cd4e9dd2dc5b9e6311bec815f168
parent8f9d82fe34cc4069fc3959ee505ae978c1064877
Regression: segfault logging with %tg format specifier

In trunk rev.13387 Token class data member was converted from union to
struct without adding initializer for the timespec field.

timespec is a redundant field anyway, just remove it.
src/format/Format.cc
src/format/Token.h