diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-03 21:31:16 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-18 19:20:58 +0200 |
commit | 442d522f0bc6f29c14a3e54a0af3aac68bb891a1 (patch) | |
tree | aa36853bf59cf4b3d4808d391ab31a714c3fc28c /include | |
parent | ceaffde51163394c47fec34dac8663ae8152a699 (diff) | |
download | busybox-w32-442d522f0bc6f29c14a3e54a0af3aac68bb891a1.tar.gz busybox-w32-442d522f0bc6f29c14a3e54a0af3aac68bb891a1.tar.bz2 busybox-w32-442d522f0bc6f29c14a3e54a0af3aac68bb891a1.zip |
fixes for bugs found by make_single_applets.sh
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 9b72c97be..557978e66 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -778,6 +778,8 @@ ssize_t recv_from_to(int fd, void *buf, size_t len, int flags, | |||
778 | 778 | ||
779 | uint16_t inet_cksum(uint16_t *addr, int len) FAST_FUNC; | 779 | uint16_t inet_cksum(uint16_t *addr, int len) FAST_FUNC; |
780 | 780 | ||
781 | /* 0 if argv[0] is NULL: */ | ||
782 | unsigned string_array_len(char **argv) FAST_FUNC; | ||
781 | void overlapping_strcpy(char *dst, const char *src) FAST_FUNC; | 783 | void overlapping_strcpy(char *dst, const char *src) FAST_FUNC; |
782 | char *safe_strncpy(char *dst, const char *src, size_t size) FAST_FUNC; | 784 | char *safe_strncpy(char *dst, const char *src, size_t size) FAST_FUNC; |
783 | char *strncpy_IFNAMSIZ(char *dst, const char *src) FAST_FUNC; | 785 | char *strncpy_IFNAMSIZ(char *dst, const char *src) FAST_FUNC; |