wurongxin1987

Results 3 issues of wurongxin1987

This is going to fix the bug about use of uninitialised variable. Please refer to https://github.com/hishamhm/htop/issues/882

To report a security issue please send an e-mail to [email protected]. To report bugs and other problems, contribute patches, request a feature, provide generic feedback etc please see the file...

In the source file timepng.c, in the function read_and_copy, the variable **io** may be assigned with a null pointer returned from the function **png_get_io_ptr** (in the source file png.c), and...