* [gentoo-commits] gentoo-x86 commit in net-wireless/wepdecrypt/files: wepdecrypt-0.8-buffer.patch
@ 2010-12-10 18:47 Dane Smith (c1pher)
0 siblings, 0 replies; only message in thread
From: Dane Smith (c1pher) @ 2010-12-10 18:47 UTC (permalink / raw
To: gentoo-commits
c1pher 10/12/10 18:47:31
Added: wepdecrypt-0.8-buffer.patch
Log:
Revbump for net-wireless/wepdecrypt. FORTIFY_SOURCE fix wrt bug 340148. Fixed jobserver respect.
(Portage version: 2.2.0_alpha4/cvs/Linux i686)
Revision Changes Path
1.1 net-wireless/wepdecrypt/files/wepdecrypt-0.8-buffer.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wepdecrypt/files/wepdecrypt-0.8-buffer.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wepdecrypt/files/wepdecrypt-0.8-buffer.patch?rev=1.1&content-type=text/plain
Index: wepdecrypt-0.8-buffer.patch
===================================================================
--- src/wepclient.c 2006-07-08 19:48:08.000000000 -0400
+++ src/wepclient.c.new 2010-12-10 13:16:32.000000000 -0500
@@ -75,7 +75,7 @@
int server_connection(unsigned char * server_host, int port, char * packet_file, unsigned char * init_key, unsigned char * end_key, unsigned char * decrypted_key, unsigned char * bssid, unsigned char * mode ,int option){
int sd, read_bytes, write_bytes, i, fd;
char file[11]="local.dump";
- unsigned char buffer[149], digest[16];
+ unsigned char buffer[150], digest[16];
struct sockaddr_in dest;
struct in_addr *host_ip;
struct hostent *host;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-10 18:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-10 18:47 [gentoo-commits] gentoo-x86 commit in net-wireless/wepdecrypt/files: wepdecrypt-0.8-buffer.patch Dane Smith (c1pher)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox