cvs: add a patch for segv issue (#18649)
This commit is contained in:
parent
e355fc16ad
commit
10dab474ce
1 changed files with 5 additions and 0 deletions
|
@ -14,4 +14,9 @@ class Cvs(AutotoolsPackage, GNUMirrorPackage):
|
|||
|
||||
version('1.12.13', sha256='78853613b9a6873a30e1cc2417f738c330e75f887afdaf7b3d0800cb19ca515e')
|
||||
|
||||
# To avoid the problem: The use of %n in format strings in writable memory
|
||||
# may crash the program on glibc2 systems from 2004-10-18 or newer.
|
||||
patch('https://gentoofan.org/gentoo/poly-c_overlay/dev-vcs/cvs/files/cvs-1.12.13.1-fix-gnulib-SEGV-vasnprintf.patch',
|
||||
sha256='e13db2acebad3ca5be5d8e0fa97f149b0f9661e4a9a731965c8226290c6413c0', when='@1.12.13')
|
||||
|
||||
parallel = False
|
||||
|
|
Loading…
Reference in a new issue