[#7708] Bug in libsnmp-ruby1.8 — Hadmut Danisch <hadmut@...>

Hi,

8 messages 2006/04/11
[#7709] Re: Bug in libsnmp-ruby1.8 — Eric Hodel <drbrain@...7.net> 2006/04/11

On Apr 11, 2006, at 6:23 AM, Hadmut Danisch wrote:

[#7770] Re: possible defect in array.c — "Brown, Warren" <warrenbrown@...>

> rb_range_beg_len (in range.c) does set beg and len.

13 messages 2006/04/26
[#7771] Re: possible defect in array.c — "Pat Eyler" <rubypate@...> 2006/04/26

On 4/26/06, Brown, Warren <warrenbrown@aquire.com> wrote:

Re: Patch: code-cleanup (const...)

From: Yukihiro Matsumoto <matz@...>
Date: 2006-04-26 07:58:05 UTC
List: ruby-core #7769
Hi,

In message "Re: Patch: code-cleanup (const...)"
    on Tue, 25 Apr 2006 20:20:18 +0900, Stefan Huehner <stefan@huehner.org> writes:

|attached patch adds alot of const to 'char*' variables and parameters.
|This is necessary when string-literals are included in the source, as
|these memory location are not writable. Additinally i added cons't to
|function parameters where the parameters isn't modified in the
|functions' body.
|
|Please consider applying the patch..

I will apply this patch to the 1.9 trunk.  Thank you.

							matz.

In This Thread