libtool-patches
[Top][All Lists]
Advanced

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

FYI: libtool--devo--1.0--patch-163


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-163
Date: Fri, 3 Sep 2004 02:33:36 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFBN8nvFRMICSmD1gYRAnrcAJ9xBoWVEbHqROmc5V0dwIlDte4VeQCfWPIV
hHcEXZL3e+NdZslOZZgXu+4=
=Lcy0
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-162 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-162
M  libltdl/slist.c
M  ChangeLog

* modified files

Index: Changelog
from  Ralf Wildenhues  <address@hidden>

        * libltdl/slist.c (slist_cons): Don't leak the tail of a list.

--- orig/libltdl/slist.c
+++ mod/libltdl/slist.c
@@ -165,6 +165,8 @@
       return slist;
     }
 
+  assert (!item->next);
+
   item->next = slist;
   return item;
 }
@@ -206,7 +208,7 @@
 /* Destructively reverse the order of items in SLIST.  The value of SLIST
    is undefined after calling this function.
 
-  CAVEAT: You must stare the result of this function, or you might not
+  CAVEAT: You must store the result of this function, or you might not
           be able to get all the items except the first one back again.
 
   e.g.    slist = slist_reverse (slist);  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]