Bug 117942 - net/redir: fix core dump on redir
Summary: net/redir: fix core dump on redir
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: 2007-11-09 16:00 UTC by screenblack
Modified: 2008-01-02 13:20 UTC (History)
0 users

See Also:


Attachments
file.txt (138 bytes, text/plain)
2007-11-09 16:00 UTC, screenblack
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description screenblack 2007-11-09 16:00:00 UTC
I've been compiled and started the 'redir-2.2.1' program, and when it is accepting a connection it make a core dump.

Fix: Debugging the code (using "truss") I found a lib with problem, named "TCP_WRAPPER".
I've been compiled the 'redir' whitout "TCP_WRAPPER" and it is OK now.

Patch attached with submission follows:
How-To-Repeat: always on redir-2.2.1 .
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-01-02 13:19:06 UTC
arved       2008-01-02 13:18:59 UTC

  FreeBSD ports repository

  Modified files:
    net/redir            Makefile 
    net/redir/files      patch-Makefile 
  Log:
  Disable TCP_WRAPPER support, as it does not work
  
  PR:             117942
  Submitted by:   Aprigio Neto
  
  Revision  Changes    Path
  1.7       +1 -1      ports/net/redir/Makefile
  1.2       +0 -11     ports/net/redir/files/patch-Makefile
_______________________________________________
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 2 Tilman Keskinoz freebsd_committer freebsd_triage 2008-01-02 13:19:10 UTC
State Changed
From-To: open->closed

committed, thanks!