nginx/src/core
Maxim Dounin 7dd799357d Core: fixed potential buffer overrun when initializing hash.
Initial size as calculated from the number of elements may be bigger
than max_size.  If this happens, make sure to set size to max_size.

Reported by Chris West.
2015-02-24 18:37:14 +03:00
..
nginx.c Configure: the --build= option. 2014-05-20 16:10:07 +04:00
nginx.h Version bump. 2015-02-11 15:51:03 +03:00
ngx_array.c Simplified ngx_array_create(). 2013-03-21 15:52:52 +00:00
ngx_array.h Moved ngx_array_t definition from ngx_core.h to ngx_array.h. 2013-03-21 16:04:09 +00:00
ngx_buf.c Renamed ngx_handle_sent_chain() to ngx_chain_update_sent(). 2014-11-19 21:16:19 +03:00
ngx_buf.h Unbreak building on FreeBSD without file AIO. 2015-02-11 20:00:07 +03:00
ngx_conf_file.c Core: improved ngx_pstrdup() error handling. 2014-08-01 20:04:14 +09:00
ngx_conf_file.h Backed out f1a91825730a and 7094bd12c1ff. 2013-08-20 21:11:19 +04:00
ngx_config.h Make macros safe. 2013-07-05 11:42:25 +04:00
ngx_connection.c Core: make ngx_connection_local_sockaddr() always assign address. 2015-02-17 14:26:44 +03:00
ngx_connection.h Refactored sendfile() AIO preload. 2015-02-11 17:52:15 +03:00
ngx_core.h Core: use '\r' for CR and '\n' for LF definitions. 2014-05-14 22:26:05 +04:00
ngx_cpuinfo.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_crc.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_crc32.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_crc32.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_crypt.c Typo. 2014-11-28 16:57:23 +03:00
ngx_crypt.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_cycle.c Core: fixed error handling in ngx_reopen_files(). 2014-04-30 19:16:40 +04:00
ngx_cycle.h Core: fixed handling of "stderr" in error_log. 2013-06-04 11:27:36 +04:00
ngx_file.c Core: reverted prefix-based temp files (a9138c35120d). 2015-02-02 21:28:09 +03:00
ngx_file.h Core: reverted prefix-based temp files (a9138c35120d). 2015-02-02 21:28:09 +03:00
ngx_hash.c Core: fixed potential buffer overrun when initializing hash. 2015-02-24 18:37:14 +03:00
ngx_hash.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_inet.c Core: externalized ngx_cmp_sockaddr(). 2013-12-06 14:30:27 +04:00
ngx_inet.h Core: externalized ngx_cmp_sockaddr(). 2013-12-06 14:30:27 +04:00
ngx_list.c Simplified ngx_list_create(). 2013-06-19 08:55:08 +04:00
ngx_list.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_log.c Core: added disk_full_time checks to error log. 2015-01-13 19:51:37 +03:00
ngx_log.h Core: added disk_full_time checks to error log. 2015-01-13 19:51:37 +03:00
ngx_md5.c Reverted incorrect change in internal md5 (part of r3928). 2011-11-14 13:38:02 +00:00
ngx_md5.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_murmurhash.c ngx_murmur_hash2() 2011-04-15 10:59:24 +00:00
ngx_murmurhash.h Comment fixed. 2012-04-05 19:49:34 +00:00
ngx_open_file_cache.c Disable symlinks: removed recursive call of ngx_file_o_path_info(). 2013-09-02 20:06:03 +04:00
ngx_open_file_cache.h Disable symlinks: added the "from" parameter support to the open file cache. 2012-02-27 16:46:57 +00:00
ngx_output_chain.c Refactored sendfile() AIO preload. 2015-02-11 17:52:15 +03:00
ngx_palloc.c Core: removed meaningless check from ngx_palloc_block(). 2014-06-26 03:34:19 +04:00
ngx_palloc.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_parse.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_parse.h Time parsing cleanup. 2012-02-13 15:41:11 +00:00
ngx_proxy_protocol.c Added server-side support for PROXY protocol v1 (ticket #355). 2014-03-17 17:41:24 +04:00
ngx_proxy_protocol.h Added server-side support for PROXY protocol v1 (ticket #355). 2014-03-17 17:41:24 +04:00
ngx_queue.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_queue.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_radix_tree.c Geo: IPv6 support. 2012-12-25 08:21:56 +00:00
ngx_radix_tree.h Geo: IPv6 support. 2012-12-25 08:21:56 +00:00
ngx_rbtree.c Events: removed broken thread support from event timers. 2014-08-25 13:34:39 +04:00
ngx_rbtree.h Events: removed broken thread support from event timers. 2014-08-25 13:34:39 +04:00
ngx_regex.c Core: ngx_regex_compile() error handling fixes. 2014-09-08 21:35:53 +04:00
ngx_regex.h Fixed the ngx_regex.h header file compatibility with C++. 2012-05-17 13:47:04 +00:00
ngx_resolver.c Resolver: fixed debug event logging. 2014-11-20 15:24:42 +03:00
ngx_resolver.h Resolver: fixed debug event logging. 2014-11-20 15:24:42 +03:00
ngx_sha1.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_shmtx.c Core: fixed build on Tru64 UNIX. 2015-02-10 01:51:08 +03:00
ngx_shmtx.h Fixed typo in a function name. 2012-07-03 13:06:40 +00:00
ngx_slab.c Core: bugfix for the ngx_slab_max_size case. 2014-06-18 16:39:59 +08:00
ngx_slab.h Core: added ngx_slab_calloc() and ngx_slab_calloc_locked(). 2014-06-04 15:09:19 +04:00
ngx_spinlock.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_string.c A bounds check of %N format on Windows. 2015-01-27 15:38:15 +03:00
ngx_string.h Autoindex: implemented JSON output format. 2014-12-12 20:25:35 +03:00
ngx_syslog.c Syslog: allowed underscore symbol in tag (ticket #667). 2014-11-20 20:02:21 +03:00
ngx_syslog.h Syslog: enabled logging of send errors. 2014-09-01 17:55:07 +04:00
ngx_times.c Added syslog support for error_log and access_log directives. 2014-05-12 16:34:15 +04:00
ngx_times.h Added syslog support for error_log and access_log directives. 2014-05-12 16:34:15 +04:00