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
Updated by Junxiao Shi over 7 years ago
- Status changed from New to In Progress
- Assignee set to Junxiao Shi
- % Done changed from 0 to 50
https://gerrit.named-data.net/4070 InMemoryStorage
Updated by Junxiao Shi over 7 years ago
- Status changed from In Progress to Code review
- % Done changed from 50 to 100
Updated by Junxiao Shi over 7 years ago
- Status changed from Code review to Closed
Actions