diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-20 19:19:27 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-20 19:19:27 +0000 |
commit | b8e80e4dbc8d452b4e8eb10516a9b67618e5bf40 (patch) | |
tree | 48a48bfc93191fe3719797fed886dc6a0d978059 /x11-plugins/wmpinboard/files | |
parent | dev-python/PyXML-py21 is now dev-python/pyxml-py21 - remove old ebuilds. (diff) | |
download | gentoo-2-b8e80e4dbc8d452b4e8eb10516a9b67618e5bf40.tar.gz gentoo-2-b8e80e4dbc8d452b4e8eb10516a9b67618e5bf40.tar.bz2 gentoo-2-b8e80e4dbc8d452b4e8eb10516a9b67618e5bf40.zip |
Add a patch to x11-plugins/wmpinboard 1.0 so that it does not segfault when adding a new note. Closes #43369
Diffstat (limited to 'x11-plugins/wmpinboard/files')
-rw-r--r-- | x11-plugins/wmpinboard/files/wmpinboard-1.0-segfault.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-plugins/wmpinboard/files/wmpinboard-1.0-segfault.patch b/x11-plugins/wmpinboard/files/wmpinboard-1.0-segfault.patch new file mode 100644 index 000000000000..7d2c94458b52 --- /dev/null +++ b/x11-plugins/wmpinboard/files/wmpinboard-1.0-segfault.patch @@ -0,0 +1,11 @@ +--- src/wmpinboard.c 2000-04-13 13:01:17.000000000 +0200 ++++ src/wmpinboard.c 2003-03-06 19:29:57.000000000 +0100 +@@ -165,7 +165,7 @@ + char t[STRING_BUF_SIZE]; + FILE *file; + int pid = (int) getpid(); +- static int sizes[6]; ++ static int sizes[7]; + sizes[0] = size_0; + sizes[1] = size_1; + sizes[2] = size_2; |