Reviewing merge request #11: Use a non-static filename for temporary created files
This is a security problem because an attacker can create a malicious
filename and make minitube crash. The temporarty filenames must always
be non-static. This patch appends a random generated number at the end
of that file.
The bug was found on Gentoo bugzilla by Tomáš Pružina
<tomas.pruzina@gmail.com> and the original patch was created by him as
well.
Commits that would be merged:
Version 1


Add a new comment:
Login or create an account to post a comment