~georgeunix-5/lwan-unofficial/master

  • Committer: Leandro Pereira
  • Date: 2019-05-15 15:21:00 UTC
  • Revision ID: git-v1:ac4dbcd451322ecb01144afbafdbbacbb8ef8d61
Use check_symbol_exists() to determine availability of reallocarray()

This fixes the build where this function wasn't available.  It was only
manifesting in the container images used in OSS-Fuzz, for reasons I
don't know yet.

Other calls to check_function_exists() will be changed to
check_symbol_exists() eventually, as that seems to be more reliable.

For now, just fix the build error that's preventing OSS-Fuzz from doing
its job.

Thanks to @dor1s for helping debug the build issue.

Fixes <https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14646>
Filename Latest Rev Last Changed Committer Comment Size
..
fuzz 2245 5 years ago Leandro Pereira Ensure that, when parsing headers, memchr() never Diff
src 1769 6 years ago Leandro Pereira Reorganize source directory and clean up CMakeList Diff
wwwroot 497 10 years ago Leandro Pereira Reorganize source tree All common files moved to Diff
.clang-format 1933 5 years ago Leandro Pereira clang-format: Consider lwan-array and string switc 3.2 KB Diff Download File
.gitignore 668 10 years ago Leandro Pereira Finally add .gitignore file. 34 bytes Diff Download File
CMakeLists.txt 2340 4 years ago Leandro Pereira Use check_symbol_exists() to determine availabilit 9.7 KB Diff Download File
COPYING 863 9 years ago Leandro Pereira Add COPYING file (GPLv2). Lwan is licensed under 17.6 KB Diff Download File
lwan.conf 2052 5 years ago Leandro Pereira Enable straitjacket by default in {lwan,testrunner 943 bytes Diff Download File
README.md 2254 5 years ago Leandro Pereira Add another talk mentioning Lwan 36.9 KB Diff Download File
test.lua 2179 5 years ago Leandro Pereira Allow Lua scripts to return HTTP status code other 1.5 KB Diff Download File
testrunner.conf 2328 5 years ago Leandro Pereira Allow specifying defaults for environment variable 3.3 KB Diff Download File