Bug 1649 - md5(1) header file makes bad assumption
Summary: md5(1) header file makes bad assumption
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: 1996-09-19 20:20 UTC by Jason Thorpe
Modified: 1997-09-18 19:20 UTC (History)
0 users

See Also:


Attachments
file.diff (914 bytes, patch)
1996-09-19 20:20 UTC, Jason Thorpe
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Thorpe 1996-09-19 20:20:01 UTC
	The md5(1) program makes a bad assumption in its "global.h"
	header file.  None of the bogus defintions are used, but the
	assumption is bad to make, anyhow, and encourages bad programming
	practice.

Fix: Patch below... This isn't critical (as noted above in the'
	category), but would be nice to see nontheless.

 ----- snip -----
How-To-Repeat: 	While building md5(1) under NetBSD/alpha, inspect global.h.
	See the bad assumption and think to yourself "Gee, that ought
	to be fixed."
Comment 1 Poul-Henning Kamp 1996-09-19 20:59:59 UTC
Got it, thanks!

Poul-Henning
Comment 2 Poul-Henning Kamp freebsd_committer freebsd_triage 1997-09-18 19:19:54 UTC
State Changed
From-To: open->closed


... and now it's committed too :-)