f-stack/app
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
..
micro_thread init 2017-04-21 18:43:26 +08:00
nginx-1.11.10 Fix #38: nginx crash on Suse12. 2017-06-20 10:48:26 +08:00
redis-3.2.8 Fix: redis build failed 2017-06-13 09:51:19 +08:00