Changeset 194
- Timestamp:
- Nov 14, 2008, 8:17:59 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/Changelog
r192 r194 1 1 2.5.1: 2 * fix for config reload issue with stealth mode (reported by 3 siim) 2 4 * add -fstack-protector flags to LDFLAGS 3 5 * cygwin fix: don't use dnmalloc, doesn't work with pthreads -
trunk/src/sh_readconf.c
r186 r194 261 261 */ 262 262 fdTmp = open_tmp(); 263 264 sh_unix_getline_stealth (0, NULL, 0); /* initialize */ 265 263 266 while ( sh_unix_getline_stealth (fd, line_in, 512) > 0) { 264 267 hidden_count++; -
trunk/src/sh_unix.c
r192 r194 4676 4676 SL_ENTER(_("sh_unix_getline_stealth")); 4677 4677 4678 if (str == NULL) 4679 { 4680 off_data = 0; 4681 max_data = 0; 4682 bytes_read = 0; 4683 stealth_init = BAD; 4684 SL_RETURN(0, _("sh_unix_getline_stealth")); 4685 } 4678 4686 4679 4687 /* --- Initialize. ---
Note:
See TracChangeset
for help on using the changeset viewer.