commit | e24042225faf54c26fe7326f76e754567ed22a61 | [log] [tgz] |
---|---|---|
author | Ashlesh Gawande <agawande@memphis.edu> | Mon May 21 18:30:24 2018 -0500 |
committer | Ashlesh Gawande <agawande@memphis.edu> | Thu May 24 16:05:29 2018 -0500 |
tree | 9b5ce7d7247fc8406557faa3ddbb938900acdd7a | |
parent | cc910cd0aa16d8c9a0733a27b4c27d8f9720b157 [diff] |
face: use post instead of dispatch to avoid re-entrancy issues This fixes a segfault in satisfyPendingInterests when Face::put is called in DataCallback. Other functions are also safeguarded against similar situations. refs: #4596 Change-Id: I8d1564b0d28d1ee7b80c50712d888f874804823a
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/
If you are new to the NDN community of software generally, read the Contributor's Guide.
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.