+2007-05-09 Eric Blake <ebb9@byu.net>
+
+ * libltdl/libltdl/lt_error.h (LT_ERROR_LEN_MAX): Adjust, to fix
+ buffer overflow in previous patch.
+
2007-05-09 Gary V. Vaughan <gary@gnu.org>
* tests/lt_dladvise.at: Commit missing file from below.
/* lt_error.h -- error propogation interface
- Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2004, 2007 Free Software Foundation, Inc.
Written by Thomas Tanner, 1999
NOTE: The canonical source of this file is maintained with the
};
/* Should be max of the error string lengths above (plus one for C++) */
-#define LT_ERROR_LEN_MAX (36)
+#define LT_ERROR_LEN_MAX (41)
/* These functions are only useful from inside custom module loaders. */
LT_SCOPE int lt_dladderror (const char *diagnostic);