Re: [Chicken-hackers] [PATCH] Bound read-u8vector! to dest vector's size when no length is given

2014-05-18 Thread Christian Kellermann
* Evan Hanson ev...@foldling.org [140518 05:41]: Hi hackers, I believe issue #1124[1] is due to a missing bounds check in `read-u8vector!`. Looks like it, thanks I have pushed it. This awesome explanation of the bug should have been part of the commit :) Thanks! Christian -- May you be

Re: [Chicken-hackers] [PATCH] Fix read-string! and u8vector! types.db entries to allow false length arguments

2014-05-18 Thread Peter Bex
Thanks, I've pushed this patch. Cheers, Peter -- http://www.more-magic.net ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Re: [Chicken-hackers] [PATCH] Generalize deprecation type warnings

2014-05-18 Thread Evan Hanson
On 2014-05-13 9:22, John Cowan wrote: Jörg F. Wittenberger scripsit: use of deprecated `~a' - consider `~a' Reads fine to me. Same -- good idea, Jörg. Here's a patch for that. Evan From cf24d45002a334a145cdf58bf748df3087121a63 Mon Sep 17 00:00:00 2001 From: Evan Hanson

[Chicken-hackers] [PATCH] Small improvements of the Makefiles

2014-05-18 Thread Peter Bex
Hi all, Attached are two small simplifications of the Makefiles. The first changes the way the platform Makefile is invoked; instead of performing a recursive Make invocation, it simply includes the platform makefile. This allows the user to call arbitrary targets within the platform Makefile,

Re: [Chicken-hackers] [PATCH] Generalize deprecation type warnings

2014-05-18 Thread Peter Bex
On Sun, May 18, 2014 at 11:32:44AM -0700, Evan Hanson wrote: On 2014-05-13 9:22, John Cowan wrote: Jörg F. Wittenberger scripsit: use of deprecated `~a' - consider `~a' Reads fine to me. Same -- good idea, Jörg. Here's a patch for that. Thanks for sending this patch, I had