commit:     0b2b3498ba93f257a8889f82abf89a0fb554a5ca
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 24 05:32:47 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 05:46:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2b3498

x11-wm/wmfs: Drop obsolete patch

Package-Manager: Portage-2.3.102, Repoman-2.3.23
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-wm/wmfs/files/wmfs-99999999-strncat.patch | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/x11-wm/wmfs/files/wmfs-99999999-strncat.patch 
b/x11-wm/wmfs/files/wmfs-99999999-strncat.patch
deleted file mode 100644
index e55cd00121b..00000000000
--- a/x11-wm/wmfs/files/wmfs-99999999-strncat.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/src/launcher.c
-+++ b/src/launcher.c
-@@ -366,7 +366,7 @@
-                if(pos && (end = complete(&cache, tmpbuf)))
-                {
-                     strncpy(buf, tmpbuf, sizeof(buf));
--                    strncat(buf, end, sizeof(buf));
-+                    strncat(buf, end, sizeof(buf) - 1);
-                     found = true;
-                }
- 
-@@ -387,7 +387,7 @@
- 
-           default:
-                lastwastab = false;
--               strncat(buf, tmp, sizeof(tmp));
-+               strncat(buf, tmp, sizeof(buf) - 1);
-                ++pos;
-                break;
-           }

Reply via email to