]> git.ipfire.org Git - thirdparty/libtool.git/commit
* libltdl/ltdl.c (FILENAME_MAX): use it instead of MAX_FILENAME,
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Sun, 10 Jan 1999 19:15:01 +0000 (19:15 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sun, 10 Jan 1999 19:15:01 +0000 (19:15 +0000)
commit48fcf6a99739e07c1d2e95d377f292481bda3a17
tree72308a0d5637c9581df6208db7c3b7d7e5760958
parent662305576a6bfcd5dd2aa32becfa6011be35613f
* libltdl/ltdl.c (FILENAME_MAX): use it instead of MAX_FILENAME,
and don't redefine it if already defined; default to 1024, as on
most systems
(LT_SYMBOL_LENGTH): renamed from MAX_SYMBOL_LENGTH
(LT_SYMBOL_OVERHEAD): new macro, that accounts for the size of
  the _LTX_ separator and the initial underscore
(lt_dlsym): sym now points to a stack buffer (lsym) if possible,
or is dynamically allocated.  If allocation fails, a
buffer_overflow_error is returned.
ChangeLog
libltdl/ltdl.c