stderred
stderred copied to clipboard
Bug: forget to hook function putc
putc is no longer macro since glibc 2.19 (in glibc Changlog.19 line 22622 Don't define getc or putc as macros.), someone should hook this function with exactly the same code as fputc.