“If debugging is the process of removing bugs, then programming must be the process of putting them in.” – Edsger Dijkstra
This is the Bug Tracking System for the Flyspray project. This is not a demo! Before opening a new task, please read the guidelines!
Do not issue bugs reports against versions earlier than 0.9.9.5
Security problem? Check the security section.
FS#1501 - the official zip package contains invalid filenames
Opened by Natanael Copa (ncopa) - Friday, 29 August 2008, 10:38 GMT+1
|
DetailsThe http://flyspray.org/flyspray-0.9.9.5.1.zip archive contains file paths with \. While the package gets extracted the returncode from unzip is 1 (which means failure) This causes build scripts (that build packages for distros) to fail unless you chose to ignore the error. This is bad because then you cannot catch other errors (io errors, disk full, permission errors etc). |