diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-03-05 15:08:18 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-03-05 15:08:31 -0500 |
commit | 891464950b071091ecb5166c235ef32ab2eb8bac (patch) | |
tree | dcac40debe897730256200afbf50d0ffa8afd324 /src/node/context.h | |
parent | 727857d12d040b467f6956019a1698e15d27ccaa (diff) | |
parent | 470e2ac602ed2d6e62e5c80f27cd0a60c7cf6bce (diff) |
Merge #18109: tests: Avoid hitting some known minor tinyformat issues when fuzzing strprintf(...)
470e2ac602ed2d6e62e5c80f27cd0a60c7cf6bce tests: Avoid hitting some known minor tinyformat issues when fuzzing strprintf(...) (practicalswift)
Pull request description:
Avoid hitting some known minor tinyformat issues when fuzzing `strprintf(...)`. These can be removed when the issues have been resolved upstreams :)
Note to reviewers: The `%c` and `%*` issues are also present for `%<some junk>c` and `%<some junk>*`. That is why simply matching on `"%c"` or `"%*"` is not enough. Note that the intentionally trivial skipping logic overshoots somewhat (`c[…]%` is filtered in addition to `%[…]c`).
Top commit has no ACKs.
Tree-SHA512: 2b002981e8b3f2ee021c3013f1260654ac7e158699313849c9e9660462bb8cd521544935799bb8daa74925959dc04d63440e647495e0b008cfe1b8a8b2202d40
Diffstat (limited to 'src/node/context.h')
0 files changed, 0 insertions, 0 deletions