kristapsdz / kcgi

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

allow some missing syscalls for i386 with glibc #107

Closed Duncaen closed 1 year ago

Duncaen commented 1 year ago

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

kristapsdz commented 1 year 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.