Bug#794260: devscripts: licensecheck chokes on files containing space

2015-07-31 Thread Jakub Wilk
* Jonas Smedegaard , 2015-07-31, 20:44: On line 324 of licensecheck is executed this shell code: file --brief --mime --dereference $file That will fail if the input file contains space, and may do horrible things with input files containing semicolon. Fix is simple: Add quotes around the va

Bug#794260: devscripts: licensecheck chokes on files containing space

2015-07-31 Thread Jonas Smedegaard
Package: devscripts Version: 2.15.6 Severity: grave Tags: security patch Justification: user security hole -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On line 324 of licensecheck is executed this shell code: file --brief --mime --dereference $file That will fail if the input file contains s