Bug 103810 - [fix] devel/gsoap: buffer overrun in version 2.7.8c
Summary: [fix] devel/gsoap: buffer overrun in version 2.7.8c
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 Matveychuk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-29 13:40 UTC by Šimun Mikecin
Modified: 2006-10-08 12:30 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (2.56 KB, patch)
2006-09-29 13:40 UTC, Šimun Mikecin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Šimun Mikecin 2006-09-29 13:40:12 UTC
There is a buffer overrun by one byte in stdsoap2.c and stdsoap2.cpp. See:
http://sourceforge.net/tracker/index.php?func=detail&aid=1534483&group_id=52781&atid=468021
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-29 13:40:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-08 12:25:40 UTC
sem         2006-10-08 11:25:32 UTC

  FreeBSD ports repository

  Modified files:
    devel/gsoap          Makefile 
    devel/gsoap/files    patch-soapcpp2-stdsoap2.c 
                         patch-soapcpp2-stdsoap2.cpp 
  Log:
  - A patch to prevent a buffer overrun
    http://sourceforge.net/tracker/index.php?func=detail&aid=1534483&group_id=52781&atid=468021
  
  PR:             ports/103810
  Submitted by:   Simun Mikecin <numisemis at yahoo.com>
  
  Revision  Changes    Path
  1.27      +1 -1      ports/devel/gsoap/Makefile
  1.2       +12 -3     ports/devel/gsoap/files/patch-soapcpp2-stdsoap2.c
  1.4       +11 -2     ports/devel/gsoap/files/patch-soapcpp2-stdsoap2.cpp
_______________________________________________
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 Sergey Matveychuk freebsd_committer freebsd_triage 2006-10-08 12:25:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!