diff options
author | dg <dg@FreeBSD.org> | 2000-01-28 04:04:58 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 2000-01-28 04:04:58 +0000 |
commit | fab6f30ed12f50ca3f0f0ecf9c6c851b1842d827 (patch) | |
tree | 97274b82bb325f9f7ebf723c82424b8e79cee81d /sys/dev/sound/isa/sbc.c | |
parent | 1413d2c5edfae2b8f5f40ebe8194290cff9c2a32 (diff) | |
download | FreeBSD-src-fab6f30ed12f50ca3f0f0ecf9c6c851b1842d827.zip FreeBSD-src-fab6f30ed12f50ca3f0f0ecf9c6c851b1842d827.tar.gz |
Fixed sign and overflow bugs that caused the allocation size of the kernel
malloc region (kmem_map) to be wrong and semi-random on systems with more
than 1GB of RAM. This is not a complete fix, but is sufficient for
machines with 4GB or less of memory. A complete fix will require some
changes to the getenv stuff so that 64bit values can be passed around.
NOT FIXED: machines with more than 4GB of RAM (e.g. some large Alphas)
since we're still using ints to hold some of the values.
Reviewed by: bde
Diffstat (limited to 'sys/dev/sound/isa/sbc.c')
0 files changed, 0 insertions, 0 deletions