Subject: Re: CVS commit: src/sbin/cgdconfig
To: None <christos@netbsd.org>
From: dieter roelants <dieter.NetBSD@pandora.be>
List: source-changes
Date: 03/22/2006 16:42:16
On 03/22/06 03:21:20, Christos Zoulas wrote:
> To generate a diff of this commit:
> cvs rdiff -r1.10 -r1.11 src/sbin/cgdconfig/utils.c
--- sbin/cgdconfig/utils.c 22 Mar 2006 02:21:20 -0000 1.11
+++ sbin/cgdconfig/utils.c 22 Mar 2006 15:39:57 -0000
@@ -386,7 +386,7 @@
if (len =3D=3D -1) {
fprintf(stderr, "bits_decode: mangled base64 stream\n");
fprintf(stderr, " %s\n", in->text);
- free(bits);
+ free(tmp);
return NULL;
}
@@ -395,7 +395,7 @@
fprintf(stderr, "bits_decode: encoded bits claim to be "
"longer than they are (nbits=3D%u, stream len=3D%u
bytes)\n",
(unsigned)nbits, (unsigned)len);
- free(bits);
+ free(tmp);
return NULL;
}
dieter
>=20
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>=20
>=20
>=20