alpha
Login
or
Join now
jmrp.io
/
kleidos
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/jmrplens/kleidos. Kleidos — Hardware BLE password manager for ESP32-S3 (M5StickC Plus2, StickS3, M5Stack Gray, T-Deck, Cardputer)
jmrplens.github.io/kleidos/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
kleidos
/
test
/
web
/
test_admin_http_request_negatives
/
at
main
1 file
José M. Requena Plens
test(web): bracket header-length guard (TC5b)
4w ago
92e811e2
test_admin_http_request_negatives.cpp
test(web): bracket header-length guard (TC5b) Add test_maxlen_minus_one_header_value_returns_valid (TC5b): a header value of exactly kMaxHttpHeaderValue - 1 (191 chars) must make getHeader() return non-null with matching value/length. Together with the existing TC5 (192 chars → null), this brackets the >= guard: if the boundary were wrong or the value mishandled, TC5b would fail. Without it, TC5 was vacuous because the fake independently rejects a 192-byte value via its own buffer-size check. Claude-Session: https://claude.ai/code/session_01SLSU3WoYEyX1J7qWXxmyKo
1 month ago