mirror of
git://slackware.nl/current.git
synced 2024-12-29 10:25:00 +01:00
153ac9bb20
patches/packages/dhcp-4.4.3_P1-x86_64-1_slack15.0.txz: Upgraded. This update fixes two security issues: Corrected a reference count leak that occurs when the server builds responses to leasequery packets. Corrected a memory leak that occurs when unpacking a packet that has an FQDN option (81) that contains a label with length greater than 63 bytes. Thanks to VictorV of Cyber Kunlun Lab for reporting these issues. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2928 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2929 (* Security fix *)
13 lines
603 B
Diff
13 lines
603 B
Diff
--- ./client/scripts/linux.orig 2017-07-25 08:39:54.000000000 -0500
|
|
+++ ./client/scripts/linux 2017-08-03 15:31:41.067873392 -0500
|
|
@@ -22,6 +22,10 @@
|
|
# 4. TIMEOUT not tested. ping has a flag I don't know, and I'm suspicious
|
|
# of the $1 in its args.
|
|
|
|
+# Set a reasonable default path for Linux:
|
|
+PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin
|
|
+export PATH
|
|
+
|
|
# 5. Script refresh in 2017. The aliasing code was too convoluted and needs
|
|
# to go away. Migrated DHCPv4 script to ip command from iproute2 suite.
|
|
# This is based on Debian script with some tweaks. ifconfig is no longer
|