Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sbin/cgdconfig



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 == -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=%u, stream len=%u
bytes)\n",
                    (unsigned)nbits, (unsigned)len);
-               free(bits);
+               free(tmp);
                return NULL;
        }


dieter

> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 
> 
> 




Home | Main Index | Thread Index | Old Index