We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Anyone who use total_size(..) function to partial read the length of any FixVec will get an incorrect result, due to the incorrect implementation.
total_size(..)
FixVec
0.7.2.
0.7.2
If you already have the whole FixVec A, you can use A.as_slice().len() to get the total size of the FixVec.
A
A.as_slice().len()
If you have any questions or comments about this advisory:
Impact
Anyone who use
total_size(..)
function to partial read the length of anyFixVec
will get an incorrect result, due to the incorrect implementation.Patches
0.7.2
.Workarounds
If you already have the whole
FixVec
A
, you can useA.as_slice().len()
to get the total size of theFixVec
.References
For more information
If you have any questions or comments about this advisory: