Changeset 352
- Timestamp:
- Jul 29, 2011, 7:54:22 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/Changelog
r350 r352 1 2.8.6: 2 * Fix uninitialized string in error message (reported by mimox) 3 1 4 2.8.5a: 2 5 * Fix autolocal.m4 for new configure option -
trunk/src/sh_error.c
r283 r352 27 27 #if !defined(__sun__) && !defined(__sun) 28 28 #define _XOPEN_SOURCE 600 29 #undef _GNU_SOURCE 29 30 #endif 30 31 #include <string.h> … … 351 352 352 353 #if defined(HAVE_STRERROR_R) 354 if (len > 0) str[0] = '\0'; 353 355 strerror_r(tellme, str, len); 354 356 return str; -
trunk/src/sh_tools.c
r313 r352 564 564 SL_ENTER(_("connect_port")); 565 565 566 if (errsiz > 0) errmsg[0] = '\0'; 567 566 568 /* paranoia -- should not happen 567 569 */
Note:
See TracChangeset
for help on using the changeset viewer.