Package: i7z / 0.27.2+git2013.10.12-g5023138-3

Metadata

Package Version Patches format
i7z 0.27.2+git2013.10.12-g5023138-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
install i7z_rw_registers.patch | (download)

Makefile | 1 1 + 0 - 0 !
i7z_rw_registers.rb | 3 2 + 1 - 0 !
2 files changed, 3 insertions(+), 1 deletion(-)

 install the i7z_rw_registers script and fix the hashbang


hyphen used as minus sign.patch | (download)

doc/i7z.man | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 fix hyphen abuse


fix insecure tempfile.patch | (download)

GUI/i7z_GUI.cpp | 11 5 + 6 - 0 !
helper_functions.c | 9 3 + 6 - 0 !
i7z_Single_Socket.c | 3 3 + 0 - 0 !
3 files changed, 11 insertions(+), 12 deletions(-)

 fix insecure temfile usage: /tmp/cpufreq.txt
 switch from system() + fopen() to popen()
 disable other insecure tempfiles that may be generated but not used
Bug-Debian: http://bugs.debian.org/718418

use_stdbool.patch | (download)

cpuinfo.c | 4 1 + 3 - 0 !
i7z.h | 7 1 + 6 - 0 !
2 files changed, 2 insertions(+), 9 deletions(-)

 use a consistent bool type
Bug-Debian: #749724


qmake hardening.patch | (download)

GUI/i7z_GUI.pro | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 enable hardening flags while building the gui
 drop -v flag since it confuses blhc


fix_cpuid_asm.patch | (download)

helper_functions.c | 8 1 + 7 - 0 !
1 file changed, 1 insertion(+), 7 deletions(-)

 fix cpuid inline assembly
 the old code zeroed the upper half of %rbx