Index: ossp-pkg/srpc/TODO RCS File: /v/ossp/cvs/ossp-pkg/srpc/TODO,v rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-pkg/srpc/TODO,v' 2>/dev/null --- TODO 2001/07/29 16:50:53 1.8 +++ TODO 2001/07/31 15:10:07 1.9 @@ -62,7 +62,10 @@ & <--> & ]]> <--> ]]> - + - 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 + the xml-encode-*-.c modules. This has to be fixed! - libm may be used. We don't depend on sprintf() but convert out numbers ourselves for portability. Index: ossp-pkg/xds/TODO RCS File: /v/ossp/cvs/ossp-pkg/xds/Attic/TODO,v rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-pkg/xds/Attic/TODO,v' 2>/dev/null --- TODO 2001/07/29 16:50:53 1.8 +++ TODO 2001/07/31 15:10:07 1.9 @@ -62,7 +62,10 @@ & <--> & ]]> <--> ]]> - + - 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 + the xml-encode-*-.c modules. This has to be fixed! - libm may be used. We don't depend on sprintf() but convert out numbers ourselves for portability.