| Summary: | [patch] Int overflow in dhclient(1) | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Hiren Panchasara <hiren> |
| Component: | bin | Assignee: | Alan Somers <asomers> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | asomers, mmcco |
| Priority: | --- | Keywords: | patch |
| Version: | CURRENT | Flags: | asomers:
mfc-stable11+
|
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Hiren Panchasara
2016-03-15 06:29:03 UTC
Hi guys. Just a reminder that hasn't been applied yet. It's a very simple fix. Thanks for your time, Michael A commit references this bug: Author: asomers Date: Wed Dec 13 20:48:21 UTC 2017 New revision: 326834 URL: https://svnweb.freebsd.org/changeset/base/326834 Log: dhclient(8): Don't shift through the sign bit of a signed int PR: 208007 Submitted by: Michael McConville <mmcco@mykolab.com> MFC after: 3 weeks Changes: head/sbin/dhclient/dhclient.c A commit references this bug: Author: asomers Date: Fri Jan 12 00:01:10 UTC 2018 New revision: 327854 URL: https://svnweb.freebsd.org/changeset/base/327854 Log: MFC r326834, r326853 r326834: dhclient(8): Don't shift through the sign bit of a signed int PR: 208007 Submitted by: Michael McConville <mmcco@mykolab.com> r326853: dhclient(8): raise WARNS to 3 Mostly had to fix a lot of signed/unsigned comparison warnings Sponsored by: Spectra Logic Corp Changes: _U stable/11/ stable/11/sbin/dhclient/Makefile stable/11/sbin/dhclient/clparse.c stable/11/sbin/dhclient/conflex.c stable/11/sbin/dhclient/dhclient.c stable/11/sbin/dhclient/dhcpd.h stable/11/sbin/dhclient/inet.c stable/11/sbin/dhclient/options.c stable/11/sbin/dhclient/packet.c stable/11/sbin/dhclient/parse.c stable/11/sbin/dhclient/privsep.c stable/11/sbin/dhclient/tree.c |