mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
d88c750381
patches/packages/libxml2-2.9.14-x86_64-1_slack15.0.txz: Upgraded. This update fixes bugs and the following security issues: Fix integer overflow in xmlBuf and xmlBuffer. Fix potential double-free in xmlXPtrStringRangeFunction. Fix memory leak in xmlFindCharEncodingHandler. Normalize XPath strings in-place. Prevent integer-overflow in htmlSkipBlankChars() and xmlSkipBlankChars(). Fix leak of xmlElementContent. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29824 (* Security fix *) patches/packages/mozilla-firefox-91.9.0esr-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/firefox/91.9.0/releasenotes/ patches/packages/samba-4.15.7-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release. For more information, see: https://www.samba.org/samba/history/samba-4.15.7.html
10 lines
328 B
Diff
10 lines
328 B
Diff
--- ./source3/include/libsmbclient.h.orig 2018-07-12 03:23:36.000000000 -0500
|
|
+++ ./source3/include/libsmbclient.h 2019-02-06 14:36:16.499779599 -0600
|
|
@@ -79,6 +79,7 @@
|
|
#include <stdint.h>
|
|
#include <fcntl.h>
|
|
#include <utime.h>
|
|
+#include <time.h>
|
|
|
|
#define SMBC_BASE_FD 10000 /* smallest file descriptor returned */
|
|
|