Commit 35103b3
authored
fuzz: use nanoseconds for SystemTime in RequestInfo. (#4255)
Avoids integer overflow that was previously occurring due to time in micros being too large, allows
exercise of nanosecond resolution formatters beyond all zero.
Fixes oss-fuzz issue https://oss-fuzz.com/v2/testcase-detail/5630125928873984.
Risk level: Low
Testing: Corpus entry added.
Signed-off-by: Harvey Tuch <[email protected]>1 parent ba6ba98 commit 35103b3
File tree
2 files changed
+8
-1
lines changed- test
- common/router/header_parser_corpus
- fuzz
2 files changed
+8
-1
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
40 | 46 | | |
41 | 47 | | |
42 | 48 | | |
| |||
0 commit comments