Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libev: fix memory fence on i386 under valgrind
problem: libev accesses one byte past the end of the stack in its custom assembly memory fence. I have no idea why, it doesn't help, and causes valgrind to throw a warning every single time it gets invoked. solution: Apply this patch identified for debian upstream in 2017 so it will stop doing that: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850861
- Loading branch information