NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/56974: 'amq -i' dumps core
The following reply was made to PR bin/56974; it has been noted by GNATS.
From: mlelstv%serpens.de@localhost (Michael van Elst)
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: bin/56974: 'amq -i' dumps core
Date: Mon, 22 Aug 2022 07:32:39 -0000 (UTC)
hauke%causeuse.org@localhost (Hauke Fath) writes:
> Set up amd(8) on a system, then run 'amq -i'.
The handling of time_type is broken.
Defined as (long *), while it contains UNIX timestamps (possibly 32bit only).
Then dereferenced assuming it's a pointer -> your segfault.
Home |
Main Index |
Thread Index |
Old Index