libtool-patches
[Top][All Lists]
Advanced

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

FYI: 7-gary-argz-len-type.patch


From: Gary V. Vaughan
Subject: FYI: 7-gary-argz-len-type.patch
Date: Fri, 7 Sep 2001 00:22:33 +0100
User-agent: Mutt/1.3.21i

Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>

        * libltdl/ltdl.c (foreach_dirinpath): argz_len should be a size_t.
        Reported by Albert Chin <address@hidden>

Index: libltdl/ltdl.c
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/ltdl.c,v
retrieving revision 1.155
diff -u -p -u -r1.155 ltdl.c
--- libltdl/ltdl.c 2001/09/06 21:23:59 1.155
+++ libltdl/ltdl.c 2001/09/06 23:15:40
@@ -2133,13 +2133,13 @@ foreach_dirinpath (search_path, base_nam
      lt_ptr data1;
      lt_ptr data2;
 {
-  int  result          = 0;
-  int  filenamesize    = 0;
-  int  lenbase         = LT_STRLEN (base_name);
-  int  argz_len        = 0;
-  char *argz           = 0;
-  char *filename       = 0;
-  char *canonical      = 0;
+  int   result         = 0;
+  int   filenamesize   = 0;
+  int   lenbase        = LT_STRLEN (base_name);
+  size_t argz_len      = 0;
+  char * argz          = 0;
+  char * filename      = 0;
+  char * canonical     = 0;
 
   LT_DLMUTEX_LOCK ();
 

-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org)
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/



reply via email to

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