| Summary: | off-by-one error in setting argv[0] | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Al Smith <Al.Smith> |
| Component: | sshd | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | minor | ||
| Priority: | P3 | ||
| Version: | 3.8.1p1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
Al Smith
2004-05-01 20:29:34 AEST
I can't reproduce on my RH9 box. What kind on Linux system (distribution, kernel, glibc)? Does it have setproctitile (check for HAVE_SETPROCTITLE in config.h). Slackware (happens on both 8.1 and 9.1); linux kernel is 2.4.26; glibc is 2.2.5 on the slackware-8.1 systems and 2.3.2 on the slackware 9.1 systems. HAVE_SETPROCTITLE is not defined on either distribution. Seems to be fixed in 3.9p1. That's great, but as far as I can tell there's been no changes that might have affected it, and I was unable to reproduce it here. Is it possible it was something specific to your system? |