Bug 55700

Summary: [Fix] Port: mail/autoresponder (strncpy bug)
Product: Ports & Packages Reporter: Alex Dupre <sysadmin>
Component: Individual Port(s)Assignee: Peter Pentchev <roam>
Status: Closed FIXED    
Severity: Affects Only Me CC: roam
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
autorespond.diff none

Description Alex Dupre 2003-08-18 17:10:23 UTC
strncpy() doesn't append a null character at the end of the string,
so the next strncat() call crashes (core dump).

Noted only with -current and gcc3, but it's a sw bug anyway.
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2003-08-18 20:30:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->roam

Over to maintainer.
Comment 2 Peter Pentchev freebsd_committer freebsd_triage 2003-08-29 17:04:59 UTC
State Changed
From-To: open->closed

Fix committed, thanks! 
Sorry for the delay: I was on a summer vacation...