Another nice cleanup from Larry. This adds a new last_char_is() function and
authorEric Andersen <andersen@codepoet.org>
Thu, 26 Apr 2001 15:56:47 +0000 (15:56 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 26 Apr 2001 15:56:47 +0000 (15:56 -0000)
commitc1bdffe99b6fa6fdb0f43e0dec85d8bbfcab1572
tree3cf5b7c0c69bd8c802c4b080b6a5e94a4a401831
parent3c3277f0bda79b66b35e5e965e5340624d29a459
Another nice cleanup from Larry.  This adds a new last_char_is() function and
uses it to avoid possible buffer underruns whn strlen is zero, and avoid the
possible space-hogging inline of strlen() in several cases.
 -Erik
12 files changed:
Makefile
archival/dpkg.c
archival/tar.c
coreutils/cut.c
cut.c
dpkg.c
editors/vi.c
include/libbb.h
libbb/last_char_is.c [new file with mode: 0644]
libbb/libbb.h
tar.c
vi.c