NetBSD/usr.sbin/kvm_mkdb
msaitoh 1af40d9ce4 Fix a long standing bug.
Old kvm_mkdb had a possibility to check old kernel's version
string retained at a hole between text segment and data segment.
It might happen a misunderstanding that the running kernel's version
matches kvm.db's version.

This had been caused by checking current kernel's version string
via /dev/kmem. The version string can get via sysctl, so use it!
2001-03-19 15:18:59 +00:00
..
Makefile
extern.h
kvm_mkdb.8
kvm_mkdb.c
nlist.c
nlist_aout.c
nlist_coff.c
nlist_ecoff.c
nlist_elf32.c Prevent a core dump if a kernel doesn't have a valid symbol section 2001-03-16 14:12:43 +00:00
nlist_elf64.c
testdb.c Fix a long standing bug. 2001-03-19 15:18:59 +00:00