diff options
| author | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-27 18:53:03 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-27 18:53:03 +0000 |
| commit | 3482ddf943eff7b8848f1fb31350b99ce349e86a (patch) | |
| tree | 9c9bb6ec6679e9dc44a84d87ba611989409b12ca /sci-visualization/gnuplot/files/gnuplot-5.2.8-double-free.patch | |
| parent | 8e8120eabdd28020aa69c7a60505cce2edd20adc (diff) | |
| download | baldeagleos-repo-21.1.3.tar.gz baldeagleos-repo-21.1.3.tar.xz baldeagleos-repo-21.1.3.zip | |
Updating liguros repov21.1.3
Diffstat (limited to 'sci-visualization/gnuplot/files/gnuplot-5.2.8-double-free.patch')
| -rw-r--r-- | sci-visualization/gnuplot/files/gnuplot-5.2.8-double-free.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sci-visualization/gnuplot/files/gnuplot-5.2.8-double-free.patch b/sci-visualization/gnuplot/files/gnuplot-5.2.8-double-free.patch deleted file mode 100644 index e3da8fc40577..000000000000 --- a/sci-visualization/gnuplot/files/gnuplot-5.2.8-double-free.patch +++ /dev/null @@ -1,21 +0,0 @@ -https://bugs.gentoo.org/746419 - -This backports the following commit from upstream git: - -commit 591c0f804b5a78421d28edf2adcd429c914bbca1 -Author: Ethan A Merritt <merritt@u.washington.edu> -Date: Wed Sep 9 11:00:59 2020 -0700 - - successive failures of "set print <foo>" could cause double-free - Bug #2312 - ---- gnuplot-5.2.8-orig/src/command.c -+++ gnuplot-5.2.8/src/command.c -@@ -1867,6 +1867,7 @@ - #endif - if (0 > fclose(print_out)) - perror(print_out_name); -+ print_out = stderr; - } - - free(print_out_name); |
