UoB-HPC / SimEng

The University of Bristol HPC Simulation Engine
https://uob-hpc.github.io/SimEng
Apache License 2.0
93 stars 20 forks source link

st1w dirtied memory fix #383

Closed jj16791 closed 9 months ago

jj16791 commented 9 months ago

In this PR, calloc has been used instead of malloc when allocating memory for newly created ELF process images. This ensures all the memory is zero'ed out as to meet expectations of the initial memory space.