]> git.ipfire.org Git - thirdparty/libtool.git/commit
* libltdl/ltdl.c: make all global strings char[], not char*; check
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 27 Jan 1999 04:31:23 +0000 (04:31 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 27 Jan 1999 04:31:23 +0000 (04:31 +0000)
commit77eba97d2918c513ff253f0a748afe4caf2d3091
treefd153bb663a8bec7ace9a507276c8d8a45634aa8
parent7d71a524e0ba42805a8168fd6150ceb2fd224d9c
* libltdl/ltdl.c: make all global strings char[], not char*; check
that all calls to malloc() are properly cast
(strdup, strchr, strrchr, trim, free_vars): declare as inline
(find_module): allocate filename dynamically; support null dir
(free_vars): free dir and name only if non-null
(lt_dlopen): keep dir as NULL if not given; fix expression that
calculated the size of name; only free and name if non-null
(lt_dlopenext): allocate tmp dynamically
ChangeLog
libltdl/ltdl.c