• Joined on 2026-07-08
TapTap closed issue TapTap/FastSync#74 2026-07-20 18:44:16 +02:00
data_create_empty with size 0 calls malloc(0) — undefined behavior per C standard
TapTap closed issue TapTap/FastSync#72 2026-07-20 18:44:16 +02:00
receive_str() has no size limit — potential memory exhaustion DoS
TapTap closed issue TapTap/FastSync#69 2026-07-20 18:44:16 +02:00
send_str() will segfault if passed NULL pointer
TapTap closed issue TapTap/FastSync#64 2026-07-20 18:44:16 +02:00
Scanner stores pointers to exclude/include patterns without ownership
TapTap closed issue TapTap/FastSync#60 2026-07-20 18:44:16 +02:00
SSH transport uses fixed-size argv array that may overflow with more options
TapTap pushed to fix/memory-safety at TapTap/FastSync 2026-07-20 18:44:11 +02:00
f3dd2e326e fix: memory/null safety bugs — issues #74, #72, #69, #64, #60, #50, #49, #65
TapTap created pull request TapTap/FastSync#79 2026-07-20 18:40:48 +02:00
Add unit test coverage (#71, #63, #62, #56, #55)
TapTap pushed to fix/test-coverage at TapTap/FastSync 2026-07-20 18:40:40 +02:00
4d397cd6de fix: add unit test coverage for sendfile, log, multiprocessing, transport, scanner edge cases (#71, #63, #62, #56, #55)
27dbdb76d8 fix: features and enhancements — issues #70, #36, #34, #33, #32, #57, #40, #37
39ab8f8983 fix: add ** glob_match test cases (issue #67)
Compare 3 commits »
TapTap created pull request TapTap/FastSync#78 2026-07-20 18:37:05 +02:00
Fix logic/correctness bugs (#73, #68, #67, #66, #59, #58, #54, #48, #53)
TapTap pushed to fix/logic-correctness at TapTap/FastSync 2026-07-20 18:37:01 +02:00
27dbdb76d8 fix: features and enhancements — issues #70, #36, #34, #33, #32, #57, #40, #37
TapTap pushed to fix/logic-correctness at TapTap/FastSync 2026-07-20 18:36:14 +02:00
39ab8f8983 fix: add ** glob_match test cases (issue #67)
TapTap pushed to fix/logic-correctness at TapTap/FastSync 2026-07-20 18:30:12 +02:00
2ad8f92596 fix: features and enhancements — issues #70, #36, #34, #33, #32, #57, #40, #37
TapTap created pull request TapTap/FastSync#77 2026-07-20 18:25:20 +02:00
Features and enhancements (#70, #36, #34, #33, #32, #57, #40, #37)
TapTap pushed to fix/enhancements at TapTap/FastSync 2026-07-20 18:25:17 +02:00
c46379ed42 fix: features and enhancements — issues #70, #36, #34, #33, #32, #57, #40, #37
f256e468a1 fix: refactoring and portability — issues #61, #51, #52
Compare 2 commits »
TapTap created pull request TapTap/FastSync#76 2026-07-20 18:01:43 +02:00
Fix refactoring and portability issues (#61, #51, #52)
TapTap pushed to fix/refactoring at TapTap/FastSync 2026-07-20 18:01:42 +02:00
c1e1db8f5e fix: refactoring and portability — issues #61, #51, #52
TapTap created branch fix/test-coverage in TapTap/FastSync 2026-07-20 17:59:22 +02:00
TapTap pushed to fix/test-coverage at TapTap/FastSync 2026-07-20 17:59:22 +02:00
TapTap created branch fix/enhancements in TapTap/FastSync 2026-07-20 17:59:22 +02:00
TapTap pushed to fix/enhancements at TapTap/FastSync 2026-07-20 17:59:22 +02:00