nuttx-apps/netutils/webserver
Nightt c44f9a0556 apps: Fix unchecked strdup()/asprintf() as requested in #1727
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>
2026-05-23 16:30:52 -04:00
..
CMakeLists.txt
httpd.c
httpd.h
httpd_cgi.c
httpd_cgi.h
httpd_dirlist.c
httpd_fs.c
httpd_mmap.c
httpd_sendfile.c
Kconfig
Make.defs
Makefile