commit | 3a65435eaa845d45bbea176701726f27a88e8498 | [log] [tgz] |
---|---|---|
author | Ron Yorston <rmy@pobox.com> | Fri Sep 17 10:16:06 2021 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Sep 17 16:51:01 2021 +0200 |
tree | b2a3e7df81fffa718389ebad4fe7c90187f21198 | |
parent | 59ac467dc6429a48522ef7fbe40fcd819563e49a [diff] |
libbb: ensure mode_string is NUL terminated If the mode_string array is no longer static we can't rely on it being NUL terminated. function old new delta bb_mode_string 115 118 +3 Signed-off-by: Ron Yorston <rmy@pobox.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>