]> git.ipfire.org Git - thirdparty/libtool.git/commit
* libltdl/lt__strl.c, libltdl/libltdl/lt__strl.h: New files to
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Mon, 13 Dec 2004 15:16:32 +0000 (15:16 +0000)
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Mon, 13 Dec 2004 15:16:32 +0000 (15:16 +0000)
commita57156d3aeed8d4d8c9879d18bfc34619e907679
tree7e25e08d00e415183382bbf6239196f886b59df7
parent3ff52f78026b06f0e4dc22ffca1721073a6a9e24
* libltdl/lt__strl.c, libltdl/libltdl/lt__strl.h: New files to
emulate strlcat and strlcpy, which support size-bounded string
copying and concatenation for improved security.
* libltdl/Makefile.am (libdlloader_la_SOURCES): Build source files
libltdl/lt__strl.c and libltdl/libltdl/lt__strl.h.
* m4/ltdl.m4 (LTDL_INIT): Add checks for strlcat and strlcpy.
ChangeLog
libltdl/Makefile.am
libltdl/libltdl/lt__strl.h [new file with mode: 0644]
libltdl/lt__strl.c [new file with mode: 0644]
m4/ltdl.m4