Bug 102616 - [ patch ] misc/seq2: fix coredump on -CURRENT
Summary: [ patch ] misc/seq2: fix coredump on -CURRENT
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: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-28 18:40 UTC by Roman Bogorodskiy
Modified: 2006-09-14 19:50 UTC (History)
0 users

See Also:


Attachments
seq2_fix_on_current.diff (909 bytes, patch)
2006-08-28 18:40 UTC, Roman Bogorodskiy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Bogorodskiy freebsd_committer freebsd_triage 2006-08-28 18:40:16 UTC
	seq2 coredumps on -CURRENT if you pass '-h' or '-v' args, i.e.
		$ seq2 -v
	or
		$ seq2 -h

	The attached patch fixes the problem.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-28 18:40:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->osa

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-14 19:40:33 UTC
novel       2006-09-14 18:40:27 UTC

  FreeBSD ports repository

  Modified files:
    misc/seq2            Makefile 
  Added files:
    misc/seq2/files      patch-src-info.c 
  Log:
  - Fix segfault on -CURRENT
  - Bump PORTREVISION
  
  PR:             102616
  Submitted by:   novel
  Approved by:    maintainer timeout (more than two weeks)
  
  Revision  Changes    Path
  1.4       +1 -0      ports/misc/seq2/Makefile
  1.1       +11 -0     ports/misc/seq2/files/patch-src-info.c (new)
_______________________________________________
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"
Comment 3 Roman Bogorodskiy freebsd_committer freebsd_triage 2006-09-14 19:45:38 UTC
State Changed
From-To: open->closed

Committed.