commit | 2b5520da4728c87216b94f548f24adea085df4dc | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Oct 24 18:28:23 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 24 18:38:00 2019 +0200 |
tree | 41dcb666a39d9871816c8949fa4e4c405b2f9d5f | |
parent | 68680bb14e5e4b3f1c0245ab956e9aee669cdac0 [diff] |
MINOR: cli/debug: validate addresses using may_access() in "debug dev stream" This function adds some control by verifying that the target address is really readable. It will not protect against writing to wrong places, but will at least protect against a large number of mistakes such as incorrectly copy-pasted addresses.