Unverified Commit 52177592 authored by Evgeniy Naydanov's avatar Evgeniy Naydanov Committed by GitHub
Browse files

Fix overflow issue in write_memory_progbuf (#714)

If range's upper bound was equal to 2^64 or the range was wrapping around 0
(which is perfectly legal), writes were not performed due to riscv_addr_t
overflow.
parent 793def24
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment