• Joined on 2026-07-08
TapTap opened issue TapTap/FastSync#69 2026-07-20 17:14:37 +02:00
send_str() will segfault if passed NULL pointer
TapTap opened issue TapTap/FastSync#52 2026-07-20 17:14:08 +02:00
Add --version flag to both client and server binaries
TapTap opened issue TapTap/FastSync#53 2026-07-20 17:14:08 +02:00
log_message() format parameter should be const char*
TapTap opened issue TapTap/FastSync#54 2026-07-20 17:14:08 +02:00
Duplicate file receive logic in delta fallback path in file.c
TapTap opened issue TapTap/FastSync#55 2026-07-20 17:14:08 +02:00
No unit tests for transport modules (TCP, SSH, TLS)
TapTap opened issue TapTap/FastSync#56 2026-07-20 17:14:08 +02:00
Scanner exclude/include pattern tests lack edge case coverage
TapTap opened issue TapTap/FastSync#57 2026-07-20 17:14:08 +02:00
Exclude/include patterns and size filters not transmitted over wire to server
TapTap opened issue TapTap/FastSync#58 2026-07-20 17:14:08 +02:00
Return values of chmod() and chown() in file_restore_metadata() are ignored
TapTap opened issue TapTap/FastSync#59 2026-07-20 17:14:08 +02:00
atoi() used for ssh_port and server_port without error validation
TapTap opened issue TapTap/FastSync#60 2026-07-20 17:14:08 +02:00
SSH transport uses fixed-size argv array that may overflow with more options
TapTap opened issue TapTap/FastSync#61 2026-07-20 17:14:08 +02:00
data.h includes <stdlib.h> via quotes instead of angle brackets
TapTap opened issue TapTap/FastSync#62 2026-07-20 17:14:08 +02:00
No unit tests for the logging module (log.c/log.h)
TapTap opened issue TapTap/FastSync#63 2026-07-20 17:14:08 +02:00
No dedicated unit tests for multiprocessing module
TapTap opened issue TapTap/FastSync#64 2026-07-20 17:14:08 +02:00
Scanner stores pointers to exclude/include patterns without ownership
TapTap opened issue TapTap/FastSync#65 2026-07-20 17:14:08 +02:00
Compression module may truncate decompressed size on 32-bit platforms
TapTap opened issue TapTap/FastSync#66 2026-07-20 17:14:08 +02:00
Global g_server variable in server.c is not thread-safe for signal handling
TapTap opened issue TapTap/FastSync#67 2026-07-20 17:14:08 +02:00
glob_match() does not support double-star (**) recursive glob patterns
TapTap opened issue TapTap/FastSync#68 2026-07-20 17:14:08 +02:00
Potential integer overflow in bandwidth throttling timing calculation
TapTap opened issue TapTap/FastSync#51 2026-07-20 17:14:07 +02:00
FILE_METADATA_WIRE_SIZE is not portable between 32-bit and 64-bit systems
TapTap commented on pull request TapTap/FastSync#47 2026-07-20 17:13:19 +02:00
Fix 11 Gitea issues — bugs, quality, security, and refactoring

PR REVIEW SUMMARY (Updated)

Branch: fix/gitea-issues (38be7c0) → main PR #47: "Fix 11 Gitea issues" Commit message: `Fix 11 Gitea issues (#29, #30, #31, #35, #38, #41, #42,…