[#8815] Segfault in libc strlen, via rb_str_new2 — "Sean E. Russell" <ser@...>

Howdy,

12 messages 2006/09/09
[#8817] Re: Segfault in libc strlen, via rb_str_new2 — Eric Hodel <drbrain@...7.net> 2006/09/09

On Sep 8, 2006, at 10:10 PM, Sean E. Russell wrote:

[PATCH] socks_init in ruby/ext/socket/socket.c

From: Sven Klemm <sven@...3d2.de>
Date: 2006-09-01 11:30:34 UTC
List: ruby-core #8770
Hi,

this is a patch against HEAD, to add a missing space between variable
type and variable name in socks_init in ext/socket/socket.c

Greetings,
Sven

Attachments (2)

ruby.patch (312 Bytes, text/x-diff)
--- cvs/ruby/ext/socket/socket.c	2006-09-01 12:52:22.000000000 +0200
+++ new/ruby/ext/socket/socket.c	2006-09-01 12:49:15.000000000 +0200
@@ -1300,7 +1300,7 @@
 
 #ifdef SOCKS
 static VALUE
-socks_init(VALUE sock, VALUE host, VALUEserv)
+socks_init(VALUE sock, VALUE host, VALUE serv)
 {
     static init = 0;
 
signature.asc (250 Bytes, application/pgp-signature)

In This Thread

Prev Next