cyclonedds/src
Erik Boasson 23fe452967 out-of-bounds write nn_bitset_one w multiple of 32
nn_bitset_one sets the specified number of bits by first memset'ing the
words, then clearing bits set in a final partial word.  It mishandled
the case where the number of bits is a multiple of 32, clearing the
entire word following the last one it was to touch.

Signed-off-by: Erik Boasson <eb@ilities.com>
2019-05-23 18:51:23 +02:00
..
cmake lift limits on handle allocation and reuse (#95) 2019-05-23 18:51:23 +02:00
core out-of-bounds write nn_bitset_one w multiple of 32 2019-05-23 18:51:23 +02:00
ddsrt make internal header files more C++ friendly 2019-05-23 18:51:23 +02:00
docs ignore all-zero durability service QoS in SEDP 2019-05-23 18:51:23 +02:00
etc Let dds_create_participant determine domain id if config specifies "any" (new default) 2018-10-14 14:02:47 +08:00
examples enable printf format checking for dds_log 2019-05-23 18:51:23 +02:00
idlc Rearrange and fixup abstraction layer 2019-03-22 15:19:09 +01:00
mpt Improved mpt default timeout. 2019-05-23 18:51:23 +02:00
scripts Initial contribution 2018-04-10 17:03:59 +02:00
tools Fix warnings related to fixed type integers 2019-05-23 18:51:23 +02:00
CMakeLists.txt add RPATH for compiled tools to find the libddsc.so (#153) 2019-05-23 18:51:23 +02:00