logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

0001-TextCodec.cpp-Fix-snprintf.patch (651B)


  1. From 968941cb7388aca44881a5b88ee9c52fd9d1c0b3 Mon Sep 17 00:00:00 2001
  2. From: "Haelwenn (lanodan) Monnier" <contact@hacktivis.me>
  3. Date: Fri, 5 Apr 2019 04:08:33 +0200
  4. Subject: [PATCH] TextCodec.cpp: Fix snprintf
  5. ---
  6. Source/WebCore/platform/text/TextCodec.cpp | 1 +
  7. 1 file changed, 1 insertion(+)
  8. diff --git a/Source/WebCore/platform/text/TextCodec.cpp b/Source/WebCore/platform/text/TextCodec.cpp
  9. index 86b89cfc4..4be00cee1 100644
  10. --- a/Source/WebCore/platform/text/TextCodec.cpp
  11. +++ b/Source/WebCore/platform/text/TextCodec.cpp
  12. @@ -28,6 +28,7 @@
  13. #include "TextCodec.h"
  14. #include <array>
  15. +#include <stdio.h>
  16. namespace WebCore {
  17. --
  18. 2.21.0