diff options
author | 2010-02-26 05:33:34 +0000 | |
---|---|---|
committer | 2010-02-26 05:33:34 +0000 | |
commit | 58586a2a00f35bff9494b835abfbe4334a1a67ed (patch) | |
tree | 0058d42667cecb5b9064caa92ee22c807773805a /sci-chemistry/molden/files/molden-4.8-overflow.patch | |
parent | Broken with stable versions of bash (diff) | |
download | historical-58586a2a00f35bff9494b835abfbe4334a1a67ed.tar.gz historical-58586a2a00f35bff9494b835abfbe4334a1a67ed.tar.bz2 historical-58586a2a00f35bff9494b835abfbe4334a1a67ed.zip |
Version bump (fixes #285220, #270941). Removed old ebuild.
Package-Manager: portage-2.1.7.17/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/molden/files/molden-4.8-overflow.patch')
-rw-r--r-- | sci-chemistry/molden/files/molden-4.8-overflow.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-chemistry/molden/files/molden-4.8-overflow.patch b/sci-chemistry/molden/files/molden-4.8-overflow.patch new file mode 100644 index 000000000000..811664d4923b --- /dev/null +++ b/sci-chemistry/molden/files/molden-4.8-overflow.patch @@ -0,0 +1,12 @@ +diff -Naur molden4.8/xwin.c molden4.8.new//xwin.c +--- molden4.8/xwin.c 2010-02-01 08:04:08.000000000 -0500 ++++ molden4.8.new//xwin.c 2010-02-26 00:03:36.000000000 -0500 +@@ -27353,7 +27353,7 @@ + UpdateZME(); + RedrawScroll(&zscroll); + } +- strcpy(ZMEerr,errstr); ++ strncpy(ZMEerr,errstr,MAXZMEERR); + RedrawStatus(); + } + |