Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37736725
en ru br
ALT Linux repositórios
S:4.14-alt3
5.0: 4.13-alt3
4.1: 4.13-alt3
4.0: 4.13-alt3
3.0: 4.13-alt2

Outros repositórios
Upstream:4.13b

Group :: Edição
RPM: a2ps

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: a2ps-4.14-debian-fix-bad-free.patch
Download


Index: b/lib/encoding.c
===================================================================
--- a/lib/encoding.c
+++ b/lib/encoding.c
@@ -538,7 +538,9 @@
     {
       /* Find if there is a substitute for that font */
       res = pair_get (encoding->substitutes, font_name);
-      if (!res)
+      if (res)
+	res = xstrdup (res);
+      else
 	/* No. Check if this font is supported */
 	if (font_exists (job, font_name))
 	  /* Avoid returning sth alloca'd */
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009