Commit Graph

246 Commits

Author SHA1 Message Date
localhorst 5e50c5f489 fix error handling 2026-04-26 21:55:35 +02:00
localhorst e086241615 update version 2026-04-26 21:16:23 +02:00
localhorst 157e769268 Filter loop and cd/dvd drives (#92)
Reviewed-on: #92
Co-authored-by: localhorst <localhorst@mosad.xyz>
Co-committed-by: localhorst <localhorst@mosad.xyz>
1.3.0
2025-12-13 14:16:24 +01:00
localhorst 8a42ccf9c0 Refactor start of delete thread (#90)
Reviewed-on: #90
Co-authored-by: localhorst <localhorst@mosad.xyz>
Co-committed-by: localhorst <localhorst@mosad.xyz>
2025-12-12 22:56:28 +01:00
localhorst 1dce303ab6 Defensive drive state (#89)
fixes #79

Reviewed-on: #89
Co-authored-by: localhorst <localhorst@mosad.xyz>
Co-committed-by: localhorst <localhorst@mosad.xyz>
2025-12-12 22:46:21 +01:00
localhorst 1449e807ad User triggered print of drive lable (#85)
implements #66

Reviewed-on: #85
Co-authored-by: localhorst <localhorst@mosad.xyz>
Co-committed-by: localhorst <localhorst@mosad.xyz>
2025-12-12 22:32:51 +01:00
localhorst c4a960f3cf bugfix/dry-run-tui-freeze (#88)
Fixes #87

Reviewed-on: #88
Co-authored-by: localhorst <localhorst@mosad.xyz>
Co-committed-by: localhorst <localhorst@mosad.xyz>
2025-12-12 22:14:47 +01:00
localhorst d749f23e77 Merge pull request 'State "Failed" if checksum is not zero' (#81) from feature/failed-state into master
Reviewed-on: #81
2025-12-10 22:30:50 +01:00
localhorst 238915bfee fix checksum alert 2025-12-10 22:29:30 +01:00
localhorst 3afe3517e2 only print if check is not failed 2025-12-10 22:05:11 +01:00
localhorst 7bb9013c6c Merge branch 'master' into feature/failed-state 2025-12-10 21:59:04 +01:00
localhorst 6060ae13d6 Merge pull request 'bugfix/ai-static-analysis' (#82) from bugfix/ai-static-analysis into master
Reviewed-on: #82
2025-12-10 21:52:17 +01:00
localhorst 9aca86af0c add call to logger 2025-12-10 21:49:44 +01:00
localhorst 26c42a7e5d fix shred bytes counters 2025-12-10 21:44:27 +01:00
localhorst cbf781f0e5 fix prod build 2025-12-10 21:37:14 +01:00
localhorst b953394c0d Merge pull request 'fix/atomic-drive-members' (#83) from fix/atomic-drive-members into bugfix/ai-static-analysis
Reviewed-on: #83
2025-12-10 21:21:15 +01:00
localhorst 4b0ec380b1 fix atomic 2025-12-10 21:15:39 +01:00
localhorst a4f15460d3 make members atomic 2025-12-10 20:40:48 +01:00
localhorst acc05dac8b Potential Division by Zero 2025-12-09 22:02:59 +01:00
localhorst c27471ae03 Unused Semicolon 2025-12-09 21:59:24 +01:00
localhorst 15014d8542 Global Using Namespace in Header 2025-12-09 21:58:57 +01:00
localhorst c9c4c0fac2 Missing Free for getline Allocated Memory 2025-12-09 21:53:39 +01:00
localhorst e5506fd67e Missing Validation of String Length 2025-12-09 21:51:47 +01:00
localhorst 2c45158ee8 Unchecked ioctl Return Value 2025-12-09 21:47:20 +01:00
localhorst 24d0eda150 Deprecated sprintf in Logger 2025-12-09 21:33:31 +01:00
localhorst 228d8ecf6c Missing Check for lseek Return Value 2025-12-09 21:31:31 +01:00
localhorst c4cbcb99b5 Signed/Unsigned Comparison 2025-12-09 21:23:02 +01:00
localhorst f9d63a6a3f Mutex Not Held During List Size Check 2025-12-09 21:21:44 +01:00
localhorst 8872902990 strcpy Without Bounds Checking 2025-12-09 21:15:48 +01:00
localhorst 7c92386082 Using sprintf Instead of snprintf 2025-12-09 21:09:25 +01:00
localhorst ba2f036d88 Uninitialized Memory in cLine 2025-12-07 20:41:09 +01:00
localhorst 43ccdbd4d8 fix terminate if no drive is detected 2025-12-07 20:39:04 +01:00
localhorst 460cfeab2c Iterator Invalidation Bug 2025-12-07 20:36:53 +01:00
localhorst 2ca0b8b061 Missing Validation of Pipe Return Value 2025-12-07 20:30:36 +01:00
localhorst c7d37b1d95 Missing Bounds Check on Array Access 2025-12-07 20:27:56 +01:00
localhorst 4afc155230 Unchecked strerror() with Invalid Errno 2025-12-07 19:11:35 +01:00
localhorst d82c45057b Missing Error Check on time() Calls 2025-12-07 19:04:00 +01:00
localhorst f303f9f032 Integer Overflow in sprintf Buffer 2025-12-07 19:01:13 +01:00
localhorst 46e8dae697 Race Condition with Shared Drive List 2025-12-07 18:59:19 +01:00
localhorst eded3f166c Revert "Unchecked popen/pclose Return Values"
This reverts commit bcabad0620.
2025-12-07 18:52:10 +01:00
localhorst bcabad0620 Unchecked popen/pclose Return Values 2025-12-07 18:48:38 +01:00
localhorst bc4083a98c Resource Leak - File Descriptor Not Checked 2025-12-07 18:47:24 +01:00
localhorst 2d63788352 Nullptr Return Without Proper Handling 2025-12-07 18:45:42 +01:00
localhorst ff6a1763e0 Memory Leak in Drive Scanning 2025-12-07 18:44:53 +01:00
localhorst 37cbc9500e Memory Leak in main.cpp 2025-12-07 18:42:03 +01:00
localhorst 298192111d new states 2025-12-07 18:36:32 +01:00
localhorst 80ffb3c6c3 Merge pull request 'Improve UUID parsing' (#78) from hannesbraun/reHDD:master into master
Reviewed-on: #78
Reviewed-by: Hendrik Schutter <localhorst@mosad.xyz>
2025-12-07 18:15:28 +01:00
localhorst ebe0ef9ec1 Merge pull request 'fix(UI): Restore terminal state on termination' (#77) from hannesbraun/reHDD:terminal-restore into master
Reviewed-on: #77
2025-12-07 18:11:02 +01:00
localhorst 86660cb112 Merge pull request 'feature/drive-type-ipc' (#80) from feature/drive-type-ipc into master
Reviewed-on: #80
2025-12-07 18:05:36 +01:00
localhorst 47ab9cc36f update Version 2025-12-07 18:04:52 +01:00