Correct sizeof(pointer) bugs that should have been sizeof(*pointer)
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 17 Jan 2006 23:50:35 +0000 (23:50 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 17 Jan 2006 23:50:35 +0000 (23:50 +0000)
commit97257a747cb100b49c718d80c9cce60cd83710b1
tree642553b2e66945b21de93c48bddff1f3804f1ab5
parent8ef0e968de826a09c901f5bb90f32c68518fba0d
Correct sizeof(pointer) bugs that should have been sizeof(*pointer)
or strlen(pointer) or something other then sizeof(pointer).

References: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25702
Reported-by: Mark Eklund <meklund@cisco.com>
crypto/telnet/libtelnet/sra.c
crypto/telnet/telnetd/ext.h
crypto/telnet/telnetd/state.c
crypto/telnet/telnetd/telnetd.c
sbin/kldconfig/kldconfig.c
usr.bin/xlint/lint1/scan.l
usr.sbin/ppp/ncpaddr.c