tmwkh

Results 1 issues of tmwkh

The following will leak anonymous memory causing the machine to eventually become unresponsive: # include # include int main() { while (close(inotify_init()) == 0) ; } while this test-code is...