• Joined on 2026-07-08
TapTap opened issue TapTap/FastSync#166 2026-07-29 18:36:31 +02:00
Bug: client_cli.c may free() a string literal for server_host
TapTap opened issue TapTap/FastSync#165 2026-07-29 18:36:29 +02:00
Bug/Quality: Protocol layer uses global I/O state; io_ssl is not thread-local
TapTap opened issue TapTap/FastSync#164 2026-07-29 18:35:48 +02:00
Bug: Transfer functions return -1, causing implementation-defined exit status
TapTap opened issue TapTap/FastSync#163 2026-07-29 18:35:47 +02:00
Bug: --delete manifest sending ignores send_status / send_int / send_str failures
TapTap opened issue TapTap/FastSync#162 2026-07-29 18:35:46 +02:00
Security: --delete follows symlinks and may delete outside destination tree
TapTap opened issue TapTap/FastSync#161 2026-07-29 18:35:45 +02:00
Security: TLS client lacks hostname verification
TapTap opened issue TapTap/FastSync#160 2026-07-29 18:35:44 +02:00
Security: TLS I/O doesn't handle SSL_ERROR_WANT_READ / SSL_ERROR_WANT_WRITE
TapTap opened issue TapTap/FastSync#158 2026-07-29 18:34:59 +02:00
Bug: Server leaks Config in non-multithreaded handler path
TapTap opened issue TapTap/FastSync#159 2026-07-29 18:34:59 +02:00
Security: zstd decompression may allocate ZSTD_CONTENTSIZE_UNKNOWN bytes
TapTap opened issue TapTap/FastSync#157 2026-07-29 18:34:58 +02:00
Security: Metadata restoration applies arbitrary mode bits including setuid/setgid
TapTap opened issue TapTap/FastSync#156 2026-07-29 18:34:28 +02:00
Security: Unbounded wire sizes enable OOM denial of service
TapTap created pull request TapTap/FastSync#155 2026-07-29 18:34:16 +02:00
refactor: config_create(), main(), send_files() — reduce duplication and complexity (#149, #150, #151)
TapTap created branch fix/refactor-cli-config in TapTap/FastSync 2026-07-29 18:34:12 +02:00
TapTap pushed to fix/refactor-cli-config at TapTap/FastSync 2026-07-29 18:34:12 +02:00
0021ca3fcd refactor: config_create(), main(), send_files() - reduce duplication and complexity
TapTap opened issue TapTap/FastSync#154 2026-07-29 18:33:47 +02:00
Security: Path traversal allows writes/deletes outside destination root
TapTap created pull request TapTap/FastSync#153 2026-07-29 18:29:38 +02:00
fix: add NULL-checks and input validation in CLI argument parsing (#152)
TapTap pushed to fix/null-checks-cli at TapTap/FastSync 2026-07-29 18:29:33 +02:00
c75ccfd80b fix: add NULL-checks and input validation in CLI argument parsing (#152)
TapTap created branch fix/null-checks-cli in TapTap/FastSync 2026-07-29 18:29:22 +02:00
TapTap pushed to fix/null-checks-cli at TapTap/FastSync 2026-07-29 18:29:22 +02:00
f868f3f3a7 fix: add NULL-checks and input validation in CLI argument parsing (#152)
TapTap closed issue TapTap/FastSync#39 2026-07-29 18:27:47 +02:00
quality: no unit tests for transport modules (TCP, SSH, TLS, Protocol)