more punctuation
This commit is contained in:
parent
c1c82c2503
commit
3aaab3dd98
1 changed files with 1 additions and 1 deletions
|
|
@ -1379,7 +1379,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
|
|||
path_bytes = &path_bytes[..bufsize]
|
||||
}
|
||||
// 'readlink' truncates the resolved path if
|
||||
// the provided buffer is not large enough
|
||||
// the provided buffer is not large enough.
|
||||
this.memory.write_bytes(buf, path_bytes.iter().copied())?;
|
||||
Ok(path_bytes.len().try_into().unwrap())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue