Package: tardiff / 0.1-5

Metadata

Package Version Patches format
tardiff 0.1-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix unique uniquebase.diff | (download)

tardiff | 13 7 + 6 - 0 !
1 file changed, 7 insertions(+), 6 deletions(-)

---
fix dash a vs dash s.diff | (download)

tardiff | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixes -a vs -s mixup
 Due to a typo, the short option -a is not queried while the short
 option -s works as if would have been -a. The according long options
 worked as advertised.
fix statistic.diff | (download)

tardiff | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix calculation of statistics (option -s)
CVE 2015 0857.diff | (download)

tardiff | 10 8 + 2 - 0 !
1 file changed, 8 insertions(+), 2 deletions(-)

 fix local code execution when calling diff (cve-2015-0857)
 Reported by Rainer Mller <raimue@codingfarm.de>. Implemented using
CVE 2015 0858.diff | (download)

tardiff | 10 2 + 8 - 0 !
1 file changed, 2 insertions(+), 8 deletions(-)

 fix race condition when creating temporary files (cve-2015-0858)
 Reported by Florian Weimer <fw@deneb.enyo.de>. Implemented using
 File::Temp instead of just using the process ID inside the directory
 name as suggested by Florian.