commit | 26b21882bfd8a3712614e94dde41a5194dda7aee | [log] [tgz] |
---|---|---|
author | Ashwini Sharma <ak.ashwini1981@gmail.com> | Fri May 02 06:24:11 2014 -0500 |
committer | Ashwini Sharma <ak.ashwini1981@gmail.com> | Fri May 02 06:24:11 2014 -0500 |
tree | 9f936f5381b9237fa8f5fc4baa553302c9916ded | |
parent | a547cf11686a878d2fd1a42a05719b78903009ad [diff] |
In function readfile(), the buffer buf is free'd when readall() fails. This free can cause a crash, if the buffer passed by user of function is not malloc'ed one. names_to_pid() is one usecase example here.