LouisJenkinsCS / Persistent-Memory-Analysis-Tool

Persistent Memory Analysis Tool (PMAT) - Valgrind Plugin that provides an online sampling approach towards performing verification on persistent memory.
GNU General Public License v2.0
1 stars 0 forks source link

Add checks for number of read bytes from /dev/urandom #52

Open LouisJenkinsCS opened 4 years ago

LouisJenkinsCS commented 4 years ago

I realize that I actually need to check the output of /dev/urandom, which could be interrupted due to anything from a signal or spurious return.