billiob pushed a commit to branch terminology-1.7.

http://git.enlightenment.org/apps/terminology.git/commit/?id=01f7f1c701622e8b5301ca53130ba5b0152f5fe9

commit 01f7f1c701622e8b5301ca53130ba5b0152f5fe9
Author: Boris Faure <[email protected]>
Date:   Mon Jun 29 22:00:28 2020 +0200

    snap: bad use of sizeof()
    
    (cherry picked from commit 4e619660e5ce4984918a92536dbf39d756d6014c)
---
 snap/local/efl-efreetd-search.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/snap/local/efl-efreetd-search.patch 
b/snap/local/efl-efreetd-search.patch
index 1ca0c2e..8b39f3e 100644
--- a/snap/local/efl-efreetd-search.patch
+++ b/snap/local/efl-efreetd-search.patch
@@ -50,7 +50,7 @@ index f859c630f0..f7d196ef6b 100644
 +     }
 +
 +error:
-+   snprintf(buf, sizeof(buf), PACKAGE_BIN_DIR "/efreetd");
++   snprintf(buf, PATH_MAX, PACKAGE_BIN_DIR "/efreetd");
 +}
 +
  static void

-- 


Reply via email to