Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 262537 Details for
Bug 354921
[Patch]: app-misc/g15daemon-1.9.5.3-r3 needs patch for g15macro to work on amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix the buffer overflow
0001-fix-buffer-overflow.patch (text/plain), 619 bytes, created by
Timo A. Hummel
on 2011-02-14 21:58:39 UTC
(
hide
)
Description:
Patch to fix the buffer overflow
Filename:
MIME Type:
Creator:
Timo A. Hummel
Created:
2011-02-14 21:58:39 UTC
Size:
619 bytes
patch
obsolete
>--- ./g15daemon-1.9.5.3/libg15daemon_client/g15daemon_net.c 2008-01-25 05:45:05.000000000 +0100 >+++ ./g15daemon-1.9.5.3/libg15daemon_client/g15daemon_net.c 2011-02-14 22:51:55.203009264 +0100 >@@ -217,7 +217,7 @@ > if(poll(pfd,1,100)>0){ > if(pfd[0].revents & POLLPRI && !(pfd[0].revents & POLLERR || pfd[0].revents & POLLHUP || pfd[0].revents & POLLNVAL)) { > memset(packet,0,sizeof(packet)); >- msgret = recv(sock, packet, 10 , MSG_OOB); >+ msgret = recv(sock, packet, sizeof(packet), MSG_OOB); > if (msgret < 1) { > return -1; > }
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 354921
: 262537