nginx/src/http/modules
Roman Arutyunyan 18a70a4d58 Mp4: avoid adding or comparing to null pointer
It is considered undefined behavior.

Reported by Geonwoo.kim (awo@kakao.com).
2026-05-15 16:20:30 +04:00
..
perl Perl: removed unused variables, forgotten in ef6a3a99a81a. 2022-06-14 10:39:58 +04:00
ngx_http_access_module.c Fixed undefined behaviour with IPv4-mapped IPv6 addresses. 2024-03-18 17:14:30 +04:00
ngx_http_addition_filter_module.c Use NGX_CONF_OK in some function return checks. 2025-06-21 10:36:45 +04:00
ngx_http_auth_basic_module.c Proxy authentication for CONNECT requests 2026-05-08 09:42:58 +04:00
ngx_http_auth_request_module.c Auth request: multiple WWW-Authenticate headers (ticket #485). 2022-05-30 21:25:54 +03:00
ngx_http_autoindex_module.c
ngx_http_browser_module.c
ngx_http_charset_filter_module.c Charset: fix buffer over-read in recode_from_utf8(). 2026-05-13 21:19:47 +04:00
ngx_http_chunked_filter_module.c CONNECT method support for HTTP/1.1. 2025-10-23 18:40:05 +04:00
ngx_http_dav_module.c Dav: improved path validation for COPY and MOVE operations 2026-05-06 19:35:17 +05:30
ngx_http_degradation_module.c
ngx_http_empty_gif_module.c
ngx_http_fastcgi_module.c FastCGI: ensure HTTP_HOST is set to the requested target host. 2026-01-15 23:04:38 +00:00
ngx_http_flv_module.c Fixed "zero size buf" alerts with subrequests. 2023-01-28 05:23:33 +03:00
ngx_http_geo_module.c Fixed the "include" directive inside the "geo" block. 2026-03-24 11:20:16 -07:00
ngx_http_geoip_module.c Fixed undefined behaviour with IPv4-mapped IPv6 addresses. 2024-03-18 17:14:30 +04:00
ngx_http_grpc_module.c Remove Proxy-Connection HTTP upstream header 2026-04-14 09:53:13 +04:00
ngx_http_gunzip_filter_module.c Use NULL instead of 0 for null pointer constant. 2025-06-21 10:36:45 +04:00
ngx_http_gzip_filter_module.c Use NGX_CONF_OK in some function return checks. 2025-06-21 10:36:45 +04:00
ngx_http_gzip_static_module.c Fixed "zero size buf" alerts with subrequests. 2023-01-28 05:23:33 +03:00
ngx_http_headers_filter_module.c Fixed compilation warnings on Windows after c93a0c48af. 2025-10-28 12:11:21 +04:00
ngx_http_image_filter_module.c
ngx_http_index_module.c Fixed inaccurate index directive error report. 2025-09-18 18:16:22 +04:00
ngx_http_limit_conn_module.c
ngx_http_limit_req_module.c Fixed handling of already closed connections. 2021-03-28 17:45:39 +03:00
ngx_http_log_module.c
ngx_http_map_module.c
ngx_http_memcached_module.c All known output headers can be linked lists now. 2022-05-30 21:25:45 +03:00
ngx_http_mirror_module.c
ngx_http_mp4_module.c Mp4: avoid adding or comparing to null pointer 2026-05-15 16:20:30 +04:00
ngx_http_not_modified_filter_module.c
ngx_http_proxy_module.c Upstream: fixed parsing of split status lines 2026-05-13 21:19:47 +04:00
ngx_http_proxy_module.h Proxy: added HTTP/2 proxy module. 2025-12-08 07:49:16 +04:00
ngx_http_proxy_v2_module.c Proxy: fix large body with proxy_set_body and HTTP/2 2026-05-13 21:19:47 +04:00
ngx_http_random_index_module.c
ngx_http_range_filter_module.c Range filter: reasonable limit on multiple ranges. 2026-01-21 20:39:00 +04:00
ngx_http_realip_module.c Reworked multi headers to use linked lists. 2022-05-30 21:25:33 +03:00
ngx_http_referer_module.c Overhauled some diagnostic messages akin to 1b05b9bbcebf. 2024-03-22 14:51:14 +04:00
ngx_http_rewrite_module.c Rewrite: fixed "return" directive without response text. 2024-02-26 20:00:28 +00:00
ngx_http_scgi_module.c Upstream: fixed parsing of split status lines 2026-05-13 21:19:47 +04:00
ngx_http_secure_link_module.c Changed complex value slots to use NGX_CONF_UNSET_PTR. 2021-05-06 02:22:03 +03:00
ngx_http_slice_filter_module.c Slice filter: improved memory allocation error handling. 2025-03-10 19:32:07 +03:00
ngx_http_split_clients_module.c
ngx_http_ssi_filter_module.c Use NULL instead of 0 for null pointer constant. 2025-06-21 10:36:45 +04:00
ngx_http_ssi_filter_module.h SSI: handling of subrequests from other modules (ticket #1263). 2022-11-21 17:01:34 +03:00
ngx_http_ssl_module.c Add basic ECH shared-mode via OpenSSL. 2025-12-01 16:33:40 +04:00
ngx_http_ssl_module.h Add basic ECH shared-mode via OpenSSL. 2025-12-01 16:33:40 +04:00
ngx_http_static_module.c Fixed "zero size buf" alerts with subrequests. 2023-01-28 05:23:33 +03:00
ngx_http_stub_status_module.c Removed incorrect optimization of HEAD requests. 2021-01-19 20:21:12 +03:00
ngx_http_sub_filter_module.c Use NGX_CONF_OK in some function return checks. 2025-06-21 10:36:45 +04:00
ngx_http_try_files_module.c
ngx_http_tunnel_module.c HTTP tunnel module 2026-05-08 09:42:58 +04:00
ngx_http_upstream_hash_module.c Upstream: added sticky sessions support for upstreams. 2026-03-09 11:08:30 -06:00
ngx_http_upstream_ip_hash_module.c Upstream: added sticky sessions support for upstreams. 2026-03-09 11:08:30 -06:00
ngx_http_upstream_keepalive_module.c Upstream keepalive: fixed parameter parsing. 2026-03-24 15:38:16 +04:00
ngx_http_upstream_least_conn_module.c Upstream: added sticky sessions support for upstreams. 2026-03-09 11:08:30 -06:00
ngx_http_upstream_least_time_module.c Upstream: least_time balancer module 2026-05-04 21:19:40 +05:30
ngx_http_upstream_random_module.c Upstream: added sticky sessions support for upstreams. 2026-03-09 11:08:30 -06:00
ngx_http_upstream_sticky_module.c Sticky: fixed expiration of learned sessions after reload. 2026-03-09 11:08:30 -06:00
ngx_http_upstream_zone_module.c Upstream: added sticky sessions support for upstreams. 2026-03-09 11:08:30 -06:00
ngx_http_userid_filter_module.c Improved $cookie_ evaluation. 2026-02-12 10:52:20 -08:00
ngx_http_uwsgi_module.c Upstream: fixed parsing of split status lines 2026-05-13 21:19:47 +04:00
ngx_http_xslt_filter_module.c Use NGX_CONF_OK in some function return checks. 2025-06-21 10:36:45 +04:00