kristapsdz / kcgi

minimal CGI and FastCGI library for C/C++
https://kristaps.bsd.lv/kcgi
ISC License
275 stars 40 forks source link

allow some missing syscalls for i386 with glibc #107

Closed Duncaen closed 10 months ago

Duncaen commented 10 months ago

This resolves crashes in the test suite of test-debug-read and test-fcgi-bigfile.

kristapsdz commented 10 months ago

Thank you! I wish github actions had an i386 target to have caught these... I'll roll out a hotfix version tonight or tomorrow for this.