Check-in Number:
|
631 | |
Date: |
2001-Aug-08 15:20:38 (local)
2001-Aug-08 13:20:38 (UTC) |
User: | simons |
Branch: | |
Comment: |
Removed the "avoid strcpy()" item: This has been fixed. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/srpc/TODO 1.18 -> 1.19
--- TODO 2001/08/08 13:19:45 1.18
+++ TODO 2001/08/08 13:20:38 1.19
@@ -29,11 +29,6 @@
- UFT-8 RFC: rfc2279.txt
- - 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.
|
|
ossp-pkg/xds/TODO 1.18 -> 1.19
--- TODO 2001/08/08 13:19:45 1.18
+++ TODO 2001/08/08 13:20:38 1.19
@@ -29,11 +29,6 @@
- UFT-8 RFC: rfc2279.txt
- - 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.
|
|