SHA256
1
0
forked from pool/aspell
aspell/aspell-quotes.patch
Petr Gajdos 292247cb65 - security update
- modified patches
  % aspell-quotes.patch (p1)
  % aspell-strict-aliasing.patch (p1)
- added patches
  fix CVE-2019-25051 [bsc#1188576], heap-buffer-overflow in acommon:ObjStack:dup_top
  + aspell-CVE-2019-25051.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aspell?expand=0&rev=45
2021-08-02 14:35:11 +00:00

10 lines
191 B
Diff

--- a/scripts/run-with-aspell.create
+++ b/scripts/run-with-aspell.create
@@ -3,5 +3,5 @@
echo "#!/bin/sh"
echo "PATH=$1:\$PATH"
echo "export PATH"
-echo "exec \$@"
+echo "exec \"\$@\""