Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace calls to `MapBuffer::new` with `MapBuffer::new_checked`, during link attribute parsing. Without this check, parsing `IFLA_MAP` attributes would panic, if provided with a buffer too short to contain the full `Map` attribute.
- Loading branch information