[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Replace unsafe string functions with their
From: |
Mario Domenech Goulart |
Subject: |
Re: [Chicken-hackers] [PATCH] Replace unsafe string functions with their safer counterparts |
Date: |
Wed, 05 Feb 2014 23:56:11 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Hi,
On Thu, 23 Jan 2014 12:28:01 +0100 Christian Kellermann <address@hidden> wrote:
> I propose the following patch. It has been tested on OpenBSD and
> Linux. Should work without troubles on all other OSes as well.
> Please give it a try.
Sorry for taking so long to give it a try on Windows. Unfortunately, it
seems to break things on that platform.
The environment variable tests in posix-tests.scm caught the issue.
Here's an example:
#;1> (use posix)
; loading c:/local/chicken-master-mingw/lib/chicken/7/posix.import.so
; ...
; loading library posix ...
#;2> (setenv "FOO" "bar")
#;3> (get-environment-variable "FOO")
"x\x01=b\x03"
Reverting 8efbbc50d050d28c34ea0c5a58d0de92ec9f918a makes tests pass
again. Tested on cygwin, mingw (Windows XP 32bit).
Best wishes.
Mario
--
http://parenteses.org/mario
- Re: [Chicken-hackers] [PATCH] Replace unsafe string functions with their safer counterparts,
Mario Domenech Goulart <=
- Re: [Chicken-hackers] [PATCH] Replace unsafe string functions with their safer counterparts, Mario Domenech Goulart, 2014/02/05
- Re: [Chicken-hackers] [PATCH] Replace unsafe string functions with their safer counterparts, Peter Bex, 2014/02/06
- Re: [Chicken-hackers] [PATCH] Replace unsafe string functions with their safer counterparts, Mario Domenech Goulart, 2014/02/06
- Re: [Chicken-hackers] [PATCH] Replace unsafe string functions with their safer counterparts, Peter Bex, 2014/02/07
- Re: [Chicken-hackers] [PATCH] Replace unsafe string functions with their safer counterparts, Peter Bex, 2014/02/07
- Re: [Chicken-hackers] [PATCH] Replace unsafe string functions with their safer counterparts, Mario Domenech Goulart, 2014/02/07