This is an automated email from the ASF dual-hosted git repository.
linguini1 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 58b780c28 interpreters/python: Add ctypes prototype patches for NuttX
new c44f9a055 apps: Fix unchecked strdup()/asprintf() as requested in #1727
new 856801343 netutils/thttpd: Apply the same check to related allocation
sites
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.codespell-ignore-lines | 2 ++
examples/mount/mount_main.c | 7 +++++++
examples/romfs/romfs_main.c | 6 ++++++
netutils/chat/chat.c | 42 ++++++++++++++++++++++----------------
netutils/ftpc/ftpc_connect.c | 5 +++++
netutils/ftpc/ftpc_listdir.c | 12 +++++++++++
netutils/ftpc/ftpc_login.c | 4 ++++
netutils/ftpd/ftpd.c | 33 ++++++++++++++++++++++++++++++
netutils/thttpd/libhttpd.c | 5 +++--
netutils/webserver/httpd_dirlist.c | 6 +++++-
nshlib/nsh_envcmds.c | 22 ++++++++++++++++++++
nshlib/nsh_netcmds.c | 6 ++++++
system/telnet/telnet_chatd.c | 9 +++++++-
13 files changed, 137 insertions(+), 22 deletions(-)