mirror of
git://slackware.nl/current.git
synced 2024-12-27 09:59:16 +01:00
59283087f9
a/xz-5.4.3-x86_64-1.txz: Upgraded. ap/alsa-utils-1.2.9-x86_64-1.txz: Upgraded. d/mercurial-6.4.3-x86_64-1.txz: Upgraded. l/alsa-lib-1.2.9-x86_64-1.txz: Upgraded. l/libssh-0.10.5-x86_64-1.txz: Upgraded. This update fixes security issues: A NULL dereference during rekeying with algorithm guessing. A possible authorization bypass in pki_verify_data_signature under low-memory conditions. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-1667 https://www.cve.org/CVERecord?id=CVE-2023-2283 (* Security fix *) l/nodejs-20.1.0-x86_64-1.txz: Upgraded. x/libXi-1.8.1-x86_64-1.txz: Upgraded.
10 lines
302 B
Diff
10 lines
302 B
Diff
--- ./Source/ThirdParty/ANGLE/src/common/mathutil.h.orig 2020-03-04 11:16:37.000000000 -0600
|
|
+++ ./Source/ThirdParty/ANGLE/src/common/mathutil.h 2023-05-03 22:19:19.201630211 -0500
|
|
@@ -16,6 +16,7 @@
|
|
#include <algorithm>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
+#include <cstdint>
|
|
|
|
namespace gl
|
|
{
|