sparsemat / sprs

sparse linear algebra library for rust
Apache License 2.0
386 stars 45 forks source link

serde might deserialize into invalid structures #231

Closed mulimoen closed 3 years ago

mulimoen commented 3 years ago

The serde deserializer does not verify that the structure is a valid after deserialization. This situation could arise if the format on the wire (e.g. json) is modified.