FreeBSD Bugzilla – Attachment 160609 Details for
Bug 202819
Fix a bug in net/openldap24-server affecting UDP packets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
openldap.diff (text/plain), 1.16 KB, created by
Brad Davis
on 2015-09-01 23:27:14 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Brad Davis
Created:
2015-09-01 23:27:14 UTC
Size:
1.16 KB
patch
obsolete
>Index: net/openldap24-server/files/patch-libraries__liblber__sockbuf.c >=================================================================== >--- net/openldap24-server/files/patch-libraries__liblber__sockbuf.c (revision 0) >+++ net/openldap24-server/files/patch-libraries__liblber__sockbuf.c (working copy) >@@ -0,0 +1,12 @@ >+--- libraries/liblber/sockbuf.c.orig 2015-09-01 16:43:54.707637190 -0600 >++++ libraries/liblber/sockbuf.c 2015-09-01 17:16:22.310503263 -0600 >+@@ -937,8 +937,7 @@ >+ buf = (char *) buf + sizeof( struct sockaddr_storage ); >+ len -= sizeof( struct sockaddr_storage ); >+ >+- rc = sendto( sbiod->sbiod_sb->sb_fd, buf, len, 0, dst, >+- sizeof( struct sockaddr_storage ) ); >++ rc = sendto( sbiod->sbiod_sb->sb_fd, buf, len, 0, dst, dst->sa_len ); >+ >+ if ( rc < 0 ) return -1; >+ > >Property changes on: net/openldap24-server/files/patch-libraries__liblber__sockbuf.c >___________________________________________________________________ >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
Actions:
View
|
Diff
Attachments on
bug 202819
: 160609