slackware-current/source/l/qt5-webkit/qt5-webkit.gcc13.diff
Patrick J Volkerding 59283087f9 Thu May 4 19:02:58 UTC 2023
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.
2023-05-04 21:36:43 +02:00

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
{