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-font-syntax.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-font-syntax.patch')
| -rw-r--r-- | sci-visualization/gnuplot/files/gnuplot-5.2.8-font-syntax.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/sci-visualization/gnuplot/files/gnuplot-5.2.8-font-syntax.patch b/sci-visualization/gnuplot/files/gnuplot-5.2.8-font-syntax.patch deleted file mode 100644 index a1df2ae49952..000000000000 --- a/sci-visualization/gnuplot/files/gnuplot-5.2.8-font-syntax.patch +++ /dev/null @@ -1,36 +0,0 @@ -https://bugs.gentoo.org/746419 - -This backports and consolidates the following commits from upstream git: - -commit a7205eda482948a0408b0ed29cdde89593feedc7 -Author: Ethan A Merritt <merritt@u.washington.edu> -Date: Sat Sep 12 10:18:10 2020 -0700 - - Better error handling for faulty font syntax - - Commit 660e2fbd failed to deal with an error detected at the final character - of a text string. - - Bugs #2303 #2308 - -commit 660e2fbd681cb47acd42595f050fb2f938194b0e -Author: Ethan A Merritt <merritt@u.washington.edu> -Date: Tue Sep 1 17:57:37 2020 -0700 - - Better error handling for faulty font syntax - - A missing close-quote in an enhanced text font specification could - cause a segfault. - Bug #2303 - ---- gnuplot-5.2.8-orig/src/term.c -+++ gnuplot-5.2.8/src/term.c -@@ -2361,7 +2361,7 @@ - ++p; - if (*p != *start_of_fontname) { - int_warn(NO_CARET, "cannot interpret font name %s", start_of_fontname); -- p = start_of_fontname; -+ break; - } - start_of_fontname++; - end_of_fontname = p++; |
