Bug 128346 - comms/qpage error in patch from ports/128216
Summary: comms/qpage error in patch from ports/128216
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: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-24 16:20 UTC by jfb
Modified: 2008-10-26 05:20 UTC (History)
0 users

See Also:


Attachments
file.txt (1.43 KB, text/plain)
2008-10-24 16:20 UTC, jfb
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jfb 2008-10-24 16:20:01 UTC
The patch I submitted with ports/128216 contains a logic error and in fact perpetuate the problem I intended to correct by not leaving space in the reallocated string for the (char)0 string terminator (though apparently without causing problems for my qpage installation, which is why I didn't catch it previously).

Fix: Please apply the attached diff.

Patch attached with submission follows:
Comment 1 Thomas Abthorpe freebsd_committer freebsd_triage 2008-10-24 21:04:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-26 05:14:47 UTC
tabthorpe    2008-10-26 05:14:38 UTC

  FreeBSD ports repository

  Modified files:
    comms/qpage          Makefile 
    comms/qpage/files    patch-srvrsnpp.c 
  Log:
  - Fix patch from previous commit
  - Bump PORTREVISION
  
  PR:             ports/128346
  Submitted by:   Jeff Blank <jfb@mr-happy.com> (maintainer)
  
  Revision  Changes    Path
  1.29      +1 -1      ports/comms/qpage/Makefile
  1.2       +2 -2      ports/comms/qpage/files/patch-srvrsnpp.c
_______________________________________________
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 Thomas Abthorpe freebsd_committer freebsd_triage 2008-10-26 05:15:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!