commit | 46a9bd321917fda87a5146fffc2ec4b5eb22bf93 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Fri Jul 14 19:12:11 2017 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Fri Jul 14 19:12:11 2017 +0000 |
tree | cdd481eb225e854e8c7bf0f7a538262b8f8cad0c | |
parent | b2ae336a4bf16e152fb97a9f96c860132d189b7f [diff] |
encoding: avoid misaligned memory accesses in TLV decoding ndn::tlv::readVarNumber and ndn::tlv::readNonNegativeInteger now properly support InputIterator, and have efficient implementations for ContiguousIterator that do not rely on unsafe misaligned memory accesses. refs #4172, #4097 Change-Id: Ib02b8d908ad5cfec474679b5b3b5ccd95ba07549
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: https://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.