cyclonedds/src
Erik Boasson 1672268481 always append 0 byte to user/group/topic data
Changes the semantics of dds_qget_{user,group,topic}data to always
append a 0 byte to any non-empty value without counting it in the size.
(An empty value is always represented by a null pointer and a size of
0).  The advantage is that any code treating the data as the octet
sequence it formally is will do exactly the same, but any code written
with the knowledge that it should be a string can safely interpret it as
one.

Signed-off-by: Erik Boasson <eb@ilities.com>
2019-04-24 14:09:30 +02:00
..
cmake lift limits on handle allocation and reuse (#95) 2019-04-21 16:05:06 +02:00
core always append 0 byte to user/group/topic data 2019-04-24 14:09:30 +02:00
ddsrt move util library into ddsrt 2019-04-24 14:09:30 +02:00
docs ignore all-zero durability service QoS in SEDP 2019-04-08 20:07:29 +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-04-21 16:05:06 +02:00
idlc Rearrange and fixup abstraction layer 2019-03-22 15:19:09 +01:00
scripts Initial contribution 2018-04-10 17:03:59 +02:00
tools lift limits on handle allocation and reuse (#95) 2019-04-21 16:05:06 +02:00
CMakeLists.txt move util library into ddsrt 2019-04-24 14:09:30 +02:00