Anyone who uses total_size(..)
function to partial read the length of any FixVec
will get an incorrect result, due to an incorrect implementation. This has been resolved in the 0.7.2 release.
If you already have the whole FixVec
A
, you can use A.as_slice().len()
to get the total size of the FixVec
.
If you have any questions or comments about this advisory:
{ "nvd_published_at": null, "cwe_ids": [], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2021-08-02T18:10:49Z" }