Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37746848
en ru br
ALT Linux repos
S:5.1.0.0.213.d04f-alt1
5.0: 3.1.5-alt3
4.1: 3.1.5-alt3
4.0: 3.1.5-alt3
3.0: 3.1.4-alt2

Group :: Text tools
RPM: gawk

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gawk-3.1.5-alt-str2wstr.patch
Download


--- gawk-3.1.5/node.c.orig	2006-12-17 22:35:41 +0000
+++ gawk-3.1.5/node.c	2006-12-17 23:39:53 +0000
@@ -695,12 +695,7 @@ str2wstr(NODE *n, size_t **ptr)
 			return n;
 		/* otherwise
 			fall through and recompute to fill in the array */
-	}
-
-	if (n->wstptr != NULL) {
-		free(n->wstptr);
-		n->wstptr = NULL;
-		n->wstlen = 0;
+		free_wstr(n);
 	}
 
 	/*
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin