Bug 136060 - [PATCH] Some bugfixes for match/physcalc
Summary: [PATCH] Some bugfixes for match/physcalc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-26 04:40 UTC by fullermd
Modified: 2009-06-26 12:30 UTC (History)
0 users

See Also:


Attachments
file.diff (2.20 KB, patch)
2009-06-26 04:40 UTC, fullermd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fullermd 2009-06-26 04:40:01 UTC
	Several problems in physcalc are addressed.

	1) The path to the .phy files was built up using un-zero'd memory, so
	   it could (and did, for me) break in strange and unexpected ways.

	2) EOF on input (e.g., ^D) would cause it to loop forever.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2009-06-26 12:25:20 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-06-26 12:25:46 UTC
pav         2009-06-26 11:25:37 UTC

  FreeBSD ports repository

  Modified files:
    math/physcalc        Makefile 
    math/physcalc/files  patch-ab patch-ac 
  Log:
  - The path to the .phy files was built up using un-zero'd memory, so it could
    (and did, for me) break in strange and unexpected ways.
  
  - EOF on input (e.g., ^D) would cause it to loop forever.
  
  PR:             ports/136060
  Submitted by:   Matthew D. Fuller <fullermd@over-yonder.net>
  
  Revision  Changes    Path
  1.10      +1 -0      ports/math/physcalc/Makefile
  1.2       +3 -3      ports/math/physcalc/files/patch-ab
  1.2       +5 -4      ports/math/physcalc/files/patch-ac
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"