Index: ossp-pkg/srpc/TODO RCS File: /v/ossp/cvs/ossp-pkg/srpc/TODO,v rcsdiff -q -kk '-r1.17' '-r1.18' -u '/v/ossp/cvs/ossp-pkg/srpc/TODO,v' 2>/dev/null --- TODO 2001/08/08 13:19:07 1.17 +++ TODO 2001/08/08 13:19:45 1.18 @@ -27,22 +27,8 @@ - regression tests for libxds (make check) done: 100% [-> regression-tests/*.c] - - XML: 1234 - uint32, int64, uint64, - - - xml_encode_begin(): - - - - - - xml_encode_end(): - - UFT-8 RFC: rfc2279.txt - Escape: < <--> < - & <--> & - ]]> <--> ]]> - - strcpy() copies one byte more than the length of the text itself because the trailing \0 is written to. Currently, this behavior is not taken into account when calculating the correct buffer size in Index: ossp-pkg/xds/TODO RCS File: /v/ossp/cvs/ossp-pkg/xds/Attic/TODO,v rcsdiff -q -kk '-r1.17' '-r1.18' -u '/v/ossp/cvs/ossp-pkg/xds/Attic/TODO,v' 2>/dev/null --- TODO 2001/08/08 13:19:07 1.17 +++ TODO 2001/08/08 13:19:45 1.18 @@ -27,22 +27,8 @@ - regression tests for libxds (make check) done: 100% [-> regression-tests/*.c] - - XML: 1234 - uint32, int64, uint64, - - - xml_encode_begin(): - - - - - - xml_encode_end(): - - UFT-8 RFC: rfc2279.txt - Escape: < <--> < - & <--> & - ]]> <--> ]]> - - strcpy() copies one byte more than the length of the text itself because the trailing \0 is written to. Currently, this behavior is not taken into account when calculating the correct buffer size in