2.1.3
Fixed
- Pass linker version script to the linker instead of the compiler.
- Compile with
-fPIC
again (regression from version 2.1.2). - Out of bounds array access in
globpath
. - Handling of
epoll_ctl
calls (they're now replayed after replacing socket). - GCC 10 build errors and Clang warnings.
Shout out to @etam and @riedel for the very helpful bug reports.