aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/plib-CVE-2011-4620.patch
blob: c5a03bd0cabce653ce907b0f0c1943d559abc80e (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://sources.debian.org/data/main/p/plib/1.8.5-8/debian/patches/04_CVE-2011-4620.diff

--- a/src/util/ulError.cxx
+++ b/src/util/ulError.cxx
@@ -39,7 +39,7 @@
 {
   va_list argp;
   va_start ( argp, fmt ) ;
-  vsprintf ( _ulErrorBuffer, fmt, argp ) ;
+  vsnprintf ( _ulErrorBuffer, sizeof(_ulErrorBuffer), fmt, argp ) ;
   va_end ( argp ) ;
  
   if ( _ulErrorCB )
.scm?id=80ee7c4a48cdab4afa4d8eb4b7b8873d47841830'>gnu: zn_poly: Rename to zn-poly, according to our naming conventions....Reported by Nicolas Goaziou <mail@nicolasgoaziou.fr>. This is a follow-up to commit 01822e3ebf24031d6438fc4e7ad3a869ea12fdf4. * gnu/packages/sagemath.scm (zn_poly): Rename to... * gnu/packages/sagemath.scm (zn-poly): ...this. Andreas Enge 2019-06-19gnu: Add brial....* gnu/packages/sagemath.scm (brial): New variable. Andreas Enge 2019-06-19gnu: Add zn_poly....* gnu/packages/sagemath.scm (zn_poly): New variable. Andreas Enge 2019-06-19gnu: Add pynac....* gnu/packages/sagemath.scm (pynac): New variable. Andreas Enge 2019-06-19gnu: python-gmpy2: Update to 2.1.0b1....The gmpy2 package has become a standard package in sage-8.7, and the latest stable release is too old. * gnu/packages/sagemath.scm (python-gmpy2): Update to 2.1.0b1. Andreas Enge 2019-06-18gnu: linbox: Add version 1.5.2....* gnu/packages/sagemath.scm (linbox-1.5.2): New variable. Andreas Enge 2019-06-18gnu: fflas-ffpack: Add version 2.3.2....* gnu/packages/sagemath.scm (fflas-ffpack-2.3.2): New variable. Andreas Enge 2019-06-18gnu: givaro: Add version 4.0.4....* gnu/packages/sagemath.scm (givaro-4.0.4): New variable. Andreas Enge 2019-06-18gnu: Add libhomfly....* gnu/packages/sagemath.scm (libhomfly): New variable. Andreas Enge 2019-06-18gnu: Add libbraiding....* gnu/packages/sagemath.scm (libbraiding): New variable. Andreas Enge 2019-06-17gnu: python-cypari2: Update to 2.1.1....* gnu/packages/sagemath.scm (python-cypari2): Update to 2.1.1. Andreas Enge 2019-06-17gnu: Add cliquer....* gnu/packages/sagemath.scm (cliquer): New variable. Andreas Enge 2019-02-17gnu: python-cypari2: Adjust indentation....* gnu/packages/sagemath.scm (python-cypari2): Reindent. Andreas Enge 2019-02-17gnu: python-gmpy2: Extend description....* gnu/packages/sagemath.scm (python-gmpy2): Provide a full sentence for the description. This is a follow-up to commit 5e388a6ebb3c287e2d54e03a3f37560beb0d75e9. Andreas Enge 2019-02-17gnu: python-gmpy2: Adjust indentation....* gnu/packages/sagemath.scm (python-gmpy2): Reindent. Marius Bakke 2019-02-17gnu: python-gmpy2: Add license....This is a follow-up to commit 5e388a6ebb3c287e2d54e03a3f37560beb0d75e9. * gnu/packages/sagemath.scm (python-gmpy2)[license]: Set to LGPL3+. Marius Bakke 2019-02-17gnu: Add python-gmpy2 and python2-gmpy2....* gnu/packages/sagemath.scm (python-gmpy2, python2-gmpy2): New variables. Andreas Enge 2019-01-31gnu: Add python-cypari2 and python2-cypari2....* gnu/packages/sagemath.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register new module. Andreas Enge