Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 1998 04:48:22 -0800 (PST)
From:      trev@ibm.net
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   bin/9090: wall is non-functional: unable to open temp file
Message-ID:  <199812151248.EAA24599@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         9090
>Category:       bin
>Synopsis:       wall is non-functional: unable to open temp file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 15 04:50:01 PST 1998
>Last-Modified:
>Originator:     Trev Roydhouse
>Organization:
-
>Release:        FreeBSD 2.2.8-STABLE
>Environment:
FreeBSD guard.bbs.org 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Tue Dec 15 22:58:57 EST 1998     
trev@guard.bbs.org:/usr/src/sys/compile/GUARD  i386
>Description:
'wall' is unable to open temporary file
>How-To-Repeat:
type wall
>Fix:
guard ttyp2 /usr/src/usr.bin/wall $ diff wall.c.org wall.c
149c149
<       printf(tmpname, sizeof(tmpname), "%s/wall.XXXXXX", _PATH_TMP);
---
>       snprintf(tmpname, sizeof(tmpname), "%s/wall.XXXXXX", _PATH_TMP);

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812151248.EAA24599>