Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid except in smaps implementation
The caller of this code handles errors gracefully but in this particular spot we panic if the smaps file cannot be read to string. This is unfortunately a race condition that we hit in practice. Signed-off-by: Brian L. Troutwine <[email protected]>
- Loading branch information