Searched hist:445 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/elftoolchain/readelf/
H A Dreadelf.cdiff 285845 Fri Jul 24 18:12:27 MDT 2015 emaste readelf: avoid division by zero on section entry size

ELF Tool Chain tickets #439, #444, #445, #467
Reported by: Alexander Cherepanov <cherepan@mccme.ru> (#467)
Reported by: antiAgainst (others)

Reviewed by: brooks
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D2338
/freebsd-11.0-release/sys/netgraph/
H A Dng_socket.cdiff 158646 Tue May 16 11:49:26 MDT 2006 glebius Remove unneeded check.

Coverity ID: 445
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddbuf.cdiff 299435 Wed May 11 12:47:27 MDT 2016 mav MFV r299434: 6841 Undirty freed spill blocks

Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Author: Tim Chase <tim@chase2k.com>

openzfs/openzfs@445e67805dd2ca6c3a2363b2ec9e163c62370233
/freebsd-11.0-release/sys/ufs/ffs/
H A Dffs_alloc.cdiff 27890 Mon Aug 04 07:30:43 MDT 1997 phk We got a couple of "map mismatch" panics from the following
code. According to the crash dump, bpref is set to 445
and cgp->cg_nclusterblks is 444. Hence in the for loop,
the test fails immediately but the following failure check
(got == cgp->cg_nclusterblks) doesn't trigger because got >
cgp->cg_nclusterblks. This wreaks havoc in the code after that.

Fix: Move one source bit to the left :-)

Noticed by: Mike Hibler <mike@fast.cs.utah.edu>
Submitted by: Kirk McKusick <mckusick@McKusick.COM>

Completed in 230 milliseconds