| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Added benchmarking client for doing high performance benchmarking. Code from Yahoo!. git-svn-id: https://svn.apache.org/repos/asf/trafficserver/traffic/trunk@1201962 13f79535-47bb-0310-9956-ffa450edef68 | 14 年前 | |
Fix potential buffer overflow in http_load snprintf calls (#12723) The snprintf function returns the number of characters that would have been written if the buffer was large enough, not the number actually written. This could cause hdr_bytes and req_bytes to increment beyond the buffer size, leading to out-of-bounds writes in subsequent snprintf calls. Fixed by: - Checking snprintf return value before incrementing offset - Only incrementing if return value is positive and less than remaining space - Applied to all snprintf calls that use += pattern in read_url_file() - Using braces for all conditional statements | 8 个月前 | |
Fixes spelling in miscellaneous files in configs, contrib, doc, example and tools | 7 年前 | |
Prefer the __linux__ macro over linux. (#9656) Depending on the standards mode, GCC may not predefine the "linux" macro. However, "__linux__" is always predefined, so we can use that consistently and reliably. Signed-off-by: James Peach <jpeach@apache.org> | 3 年前 | |
clang-format v18 + modified configs (#11285) | 2 年前 | |
clang-format v18 + modified configs (#11285) | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 14 年前 | ||
| 8 个月前 | ||
| 7 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 2 年前 |