commit | e245b055a83c2b3c45b8f29828cec0594844a15c | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Tue Oct 31 13:00:44 2017 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Sat Nov 04 00:56:57 2017 -0400 |
tree | 136b0e38bdf4468bdeac76fcaf6802ef1268015d | |
parent | 9ced9e690be6809d66acd9529acdf6d1b4af0504 [diff] |
encoding: don't call memcmp() with null pointer It's undefined behavior. Change-Id: Id2fd5cbc0483af2bf9857e81fb6cac8163da3474 Refs: #4368
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
.