Bug#296375: [bill@givebillmoney.com: Bug#296375: octave2.1: strftime crashes with an invalid structure as an argument]

2005-02-22 Thread John W. Eaton
On 22-Feb-2005, Laurent Mazet <[EMAIL PROTECTED]> wrote: | On Tue, 22 Feb 2005 06:57:53 -0600 | Rafael Laboissiere <[EMAIL PROTECTED]> wrote: | > package octave2.1 | > forwarded 296375 [EMAIL PROTECTED] | > thank | > | > | > Dear Octave maintainers, | > | > I confirm that the problem reported b

Bug#296375: [bill@givebillmoney.com: Bug#296375: octave2.1: strftime crashes with an invalid structure as an argument]

2005-02-22 Thread Rafael Laboissiere
Denney <[EMAIL PROTECTED]> Subject: Bug#296375: octave2.1: strftime crashes with an invalid structure as an argument Date: Mon, 21 Feb 2005 21:54:02 -0500 To: Debian Bug Tracking System <[EMAIL PROTECTED]> Reply-To: Bill Denney <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Package: oct

Bug#296375: octave2.1: strftime crashes with an invalid structure as an argument

2005-02-21 Thread Bill Denney
Package: octave2.1 Version: 2.1.64-1 Severity: normal strftime crashes when given an incomplete structure as input. The following will crash octave 2.1: -- Begin Script tm.year = 2000; tm.mon = 1; tm.day = 1; strftime("%Y%m%d", tm) -- End Script The crash looks like this on my system (I named