Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-24 | FIX CodeQL errors - fscanf return value not checked correctly | hwspeedy | |
2024-05-24 | FIX GCC Warnings, added more checking to gcc flags | hwspeedy | |
2024-03-14 | FIX GCC warnings and 3 potential crash never seen | hwspeedy | |
2024-02-08 | LICENSE Changed to GPL2+ for project and source code According to approval ↵ | bigbear | |
from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707 | |||
2021-11-07 | Update copyright information | L Pereira | |
2017-10-29 | Fixed possible memory leak (#201) | Roman Kalashnikov | |
Warnings, found using PVS-Studio: hardinfo/modules/devices/usb.c 397 err V773 The function was exited without releasing the 'temp' pointer. A memory leak is possible. hardinfo/modules/computer/uptime.c 33 err V773 The function was exited without releasing the 'ui' pointer. A memory leak is possible. | |||
2017-07-19 | uptime: fix seg fault if uptime < 1 hour | Burt P | |
Initialize full_fmt to NULL so free() won't crash if it wasn't used. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-19 | Use const for gettext strings | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-12 | Use ngettext to make uptime translatable | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2010-05-03 | Move files from hardinfo2 to root. | Leandro A. F. Pereira | |