Bug 439 - pppd: fprintf had too few arguments (with fix)
Summary: pppd: fprintf had too few arguments (with fix)
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1995-05-23 18:50 UTC by Mike Grupenhoff
Modified: 1995-05-23 18:50 UTC (History)
0 users

See Also:


Attachments
file.diff (448 bytes, patch)
1995-05-23 18:50 UTC, Mike Grupenhoff
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Grupenhoff 1995-05-23 18:50:01 UTC
An error message in pppd calls fprintf with too few arguments, usually causing
a seg fault.

Fix: /usr/src/usr.sbin/pppd/options.c
How-To-Repeat: 
pppd [...] escape 0x2b [...]
Comment 1 davidg freebsd_committer freebsd_triage 1995-05-24 02:57:00 UTC
State Changed
From-To: open->closed

The supplied patch was applied. Thanks.