[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
oskit-mach/libstore breakage
From: |
Marcus Brinkmann |
Subject: |
oskit-mach/libstore breakage |
Date: |
Thu, 28 Feb 2002 17:17:10 -0500 |
User-agent: |
Mutt/1.3.25i |
Hi,
libstore uses device_map with size and offset being null. This triggers
INVALSZ in ds_mem_map (I think the third check fails, because
trunc_page (offset + size - 1) underflows.
I am not sure if oskit-mach should allow such bogus mappings, or libstore
should try harder to provide proper values.
Note that a failure in maptime (when mapping from /dev/time) causes
all filesystems except the root filesystem to refuse to start, and probably
some other failures.
Thanks,
Marcus
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- oskit-mach/libstore breakage,
Marcus Brinkmann <=