Actions
Bug #4191
closedMisaligned memory access in FindFixture
Start date:
Due date:
% Done:
100%
Estimated time:
1.50 h
Description
FindFixture
contains a misaligned memory access in:
uint32_t found = *reinterpret_cast<const uint32_t*>(content.value());
This is used in and therefore affects:
- ndn-cxx
InMemoryStorage
- NFD
Cs
Actions