Closed Dmitry-Me closed 9 years ago
free() is called afterwards anyway. If control passes to this branch the original code would first have "use after free" and then the second free() would run.
free()
Whoops, good catch!
@GerHobbelt How is this repo related to http://sourceforge.net/projects/pthreads4w/ ? Do you send changes there? Do you pull changes from there?
free()
is called afterwards anyway. If control passes to this branch the original code would first have "use after free" and then the secondfree()
would run.