mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 08:29:37 +00:00
* EAPI 8 * Unrestict tests, which exposes a crash! * Pull in Fedora/Debian patches to fix aforementioned crash Closes: https://bugs.gentoo.org/379279 Signed-off-by: Sam James <sam@gentoo.org>
14 lines
361 B
Diff
14 lines
361 B
Diff
https://src.fedoraproject.org/rpms/mscgen/blob/rawhide/f/mscgen-0.20-uninitialized-ymax.patch
|
|
|
|
# Fixes 'ymax' variable initialization
|
|
# http://code.google.com/p/mscgen/issues/detail?id=73
|
|
--- a/src/main.c
|
|
+++ b/src/main.c
|
|
@@ -851,6 +851,7 @@
|
|
|
|
nextYmin = ymin = gOpts.entityHeadGap;
|
|
yskipmax = 0;
|
|
+ ymax = 0;
|
|
|
|
MscResetArcIterator(m);
|
|
do
|