Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #264072

Category libpcap
Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
Changed at Thu 09 Apr 2026 15:20:55
Repository https://git.tcpdump.org/libpcap
Project libpcap
Branch master
Revision bac2884bfabe20f9ff0f711eb9eb7589569e6a01

Comments

Put initchunks_ok() invocation right.
Since my commit 726d504 initchunks_ok() invokes initcurrentchunk_ok(),
which invokes bpf_set_error(), which uses cstate.error_set, hence the
latter must have been initialized first.  This defect has been reported
by Coverity Scan (CID 1691087).

Changed files