* bounds check added for anon_req reply_path_len

This commit is contained in:
Scott Powell
2026-08-04 01:00:31 +10:00
parent 9d902e634a
commit 0fd11ed223
2 changed files with 13 additions and 18 deletions
+1 -2
View File
@@ -92,8 +92,7 @@ class MyMesh : public mesh::Mesh, public CommonCLICallbacks {
CommonCLI _cli;
uint8_t reply_data[MAX_PACKET_PAYLOAD];
uint8_t reply_path[MAX_PATH_SIZE];
int8_t reply_path_len;
uint8_t reply_path_hash_size;
uint8_t reply_path_len;
TransportKeyStore key_store;
RegionMap region_map, temp_map;
RegionEntry* load_stack[8];