-
As can be seen from the first snapshot, there is a ^C at the end of the serial no string. This doesn't appear in other 'real' hard drives I've tested, only so far when testing in VirtualBox. Although …
-
Many if not all the .C files contain the following include statement.
```C
/* Why is this needed? Segfaults without it */
#include
```
This was present in Nwipe V0.17 so would I be correct in …
-
Drive serial numbers are not displayed in GUI or log.
@martijnvanbrummelen I've fixed the problem where the drive serial number is not displayed in the GUI, the drive serial numbers **now correctly…
-
cppcheck reports the following memory leaks in pass.c
```
…
-
cppcheck reports the following memory leaks in method.c
```
…
-
The following warning is issued by semantic analysis in logging.c
```
Implicit declaration of function 'fileno' is invalid in C99 [-Wimplicit-function-declaration]
```
-
Fixes third uninitialized variable warning ..
Variable 'keystroke' is used uninitialized whenever function 'nwipe_gui_noblank' is called [-Wsometimes-uninitialized]
Semantic analysis reports a uni…
-
Semantic analysis reports a uninitialized variable 'keystroke' in nwipe_gui_verify function. A rare but possible bug caused by this uninitialized variable is the 'v' key not working.
-
Hello Folks.
I need to extend Nwipe to always generate report after disk wipe and should also generate a disk wipe certificate. It may be also a good idea that one can input information about the har…
-
which make it hard to know if something has gone wrong or not.
```
root@bionic:~/zfs-on-root-installer# make clean
make -C d…