f-stack/app/nginx-1.11.10
logwang 10c5711ed2 Fix #38: nginx crash on Suse12.
The newer version of libcrypto will invoke read and close function when
dl_init, the real address of read/close function can’t be determined in
compilation phase and libcrypto will seek read/close symbol in ELF
files and other libraries. However nginx_fstack redefined these two
functions, this causes these symbols to be found in nginx_fstack. But the real read/close function is NULL before ff_mod_init, this leads to crash.

Changes:
1.if real_close is NULL, assign it with the address of close function in Glibc.
2.remove unnecessary read/readv/write.
2017-06-20 10:48:26 +08:00
..
auto fix NGX_EXCLUSIVE_EVENT compile error on linux 4.5+ and glibc 2.24+ 2017-06-01 12:15:11 +08:00
conf init 2017-04-21 18:43:26 +08:00
contrib init 2017-04-21 18:43:26 +08:00
html init 2017-04-21 18:43:26 +08:00
man init 2017-04-21 18:43:26 +08:00
src Fix #38: nginx crash on Suse12. 2017-06-20 10:48:26 +08:00
CHANGES init 2017-04-21 18:43:26 +08:00
CHANGES.ru init 2017-04-21 18:43:26 +08:00
LICENSE init 2017-04-21 18:43:26 +08:00
README init 2017-04-21 18:43:26 +08:00
configure Fix #3: Compiling errors on Ubuntu. 2017-05-08 18:15:46 +08:00

README

Documentation is available at http://nginx.org