FreeBSD Bugzilla – Attachment 167617 Details for
Bug 207628
dns/fastresolve: [maintainer] eliminate Bus error/segmentation fault/core dump
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for dns/fastresolve (patch)
svn-diff-dns_fastresolve.diff (text/plain), 1.34 KB, created by
Chris Hutchinson
on 2016-03-01 22:21:41 UTC
(
hide
)
Description:
svn diff for dns/fastresolve (patch)
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2016-03-01 22:21:41 UTC
Size:
1.34 KB
patch
obsolete
>Index: fastresolve/Makefile >=================================================================== >--- fastresolve/Makefile (revision 409903) >+++ fastresolve/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= fastresolve > PORTVERSION= 2.10 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= dns > MASTER_SITES= http://BSDforge.com/projects/source/dns/fastresolve/ > >Index: fastresolve/files/patch-dns-terror_BoolString.h >=================================================================== >--- fastresolve/files/patch-dns-terror_BoolString.h (nonexistent) >+++ fastresolve/files/patch-dns-terror_BoolString.h (working copy) >@@ -0,0 +1,10 @@ >+--- dns-terror/BoolString.h.orig 2016-03-01 13:55:13.318553000 -0800 >++++ dns-terror/BoolString.h 2016-03-01 13:55:56.245622000 -0800 >+@@ -56,6 +56,7 @@ >+ BoolString &operator=(const BoolString &other) { >+ str = other.str; >+ flag = other.flag; >++ return *this; >+ } >+ int operator<(const BoolString &other) const { >+ return strcmp(str, other.str) < 0; > >Property changes on: fastresolve/files/patch-dns-terror_BoolString.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
portmaster
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 207628
: 167617