From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from duke.felloff.net ([216.126.196.34]) by ewsd; Wed May 27 12:54:41 EDT 2020 Message-ID: <3E6823AC72533CAB6B9A64973423C9B6@felloff.net> Date: Wed, 27 May 2020 18:54:31 +0200 From: cinap_lenrek@felloff.net To: 9front@9front.org Subject: Re: [9front] imap4d broke In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: proven realtime-java database looks like a bug in the imap4d's Dfmt(), trying to format a invalid %s. the only %s is from mon[tm->mon] as far as i can see. /sys/src/cmd/upas/imap4d/print.c:^Dfmt seprint(p, e, fmt, tm->mday, mon[tm->mon], tm->year + 1900, tm->hour, tm->min, tm->sec, sgn, off); so we'd need to take a look at the tm structure here and see if tm->mon is out of bounds or tm itself is invalid. it comes from date2tm()'s first argument, which should be on the stack. can you provide a snap? -- cinap