Commit 03da4b0
authored
Fix a crash inside InitializeLru (#898)
During testing was found that function InitializeLru could crash
during expiration parsing, the data length was not taken into account
when it was parsed, and std::stol throw an exception.
Resolves: OLPEDGE-2029
Signed-off-by: Mykhailo Kuchma <ext-mykhailo.kuchma@here.com>1 parent 33a37dc commit 03da4b0
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
345 | 349 | | |
346 | 350 | | |
347 | 351 | | |
| |||
0 commit comments