chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] chicken 4.6.3 posix time->string overflows buffer


From: Matt Welland
Subject: Re: [Chicken-users] chicken 4.6.3 posix time->string overflows buffer
Date: Tue, 28 Dec 2010 08:27:36 -0700

On Tue, Dec 28, 2010 at 4:38 AM, Felix <address@hidden> wrote:
From: Matt Welland <address@hidden>
Subject: [Chicken-users] chicken 4.6.3 posix time->string overflows buffer
Date: Mon, 27 Dec 2010 22:28:17 -0700

> #;7> (use posix)
> ; loading library posix ...
> #;8> (time->string (seconds->local-time 1293596970) "%D")
>
> Error: (time->string) time formatting overflows buffer: #(30 29 21 28 11 110
> 2 3
> 61 #f 25200)
>
>         Call history:
>
>         <syntax>          (time->string (seconds->local-time 1293596970.)
> "%D")
>         <syntax>          (seconds->local-time 1293596970.)
>         <eval>    (time->string (seconds->local-time 1293596970.) "%D")
>         <eval>    (seconds->local-time 1293596970.)     <--

Is this on mingw? I can't reproduce this right now on Linux.

cheers,
felix
 
Yes, it is MinGW with chicken 4.6.3 and same behavior on a different machine with 4.6.0
reply via email to

[Prev in Thread] Current Thread [Next in Thread]