mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-06 21:19:06 +00:00
Add missing failure handling for direct strdup() and asprintf() calls where the allocated result is consumed locally before any NULL/error check. This keeps the scope to the functions named in #1727 and avoids changing pass-through return sites where callers already receive NULL on allocation failure. Signed-off-by: Nightt <87569709+nightt5879@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ftpc_cdup.c | ||
| ftpc_chdir.c | ||
| ftpc_chmod.c | ||
| ftpc_cmd.c | ||
| ftpc_config.h | ||
| ftpc_connect.c | ||
| ftpc_disconnect.c | ||
| ftpc_filesize.c | ||
| ftpc_filetime.c | ||
| ftpc_getfile.c | ||
| ftpc_getreply.c | ||
| ftpc_help.c | ||
| ftpc_idle.c | ||
| ftpc_internal.h | ||
| ftpc_listdir.c | ||
| ftpc_login.c | ||
| ftpc_mkdir.c | ||
| ftpc_noop.c | ||
| ftpc_putfile.c | ||
| ftpc_quit.c | ||
| ftpc_rename.c | ||
| ftpc_response.c | ||
| ftpc_rmdir.c | ||
| ftpc_rpwd.c | ||
| ftpc_socket.c | ||
| ftpc_transfer.c | ||
| ftpc_unlink.c | ||
| ftpc_utils.c | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||