Check-in Number:
|
576 | |
Date: |
2001-Jul-31 17:10:07 (local)
2001-Jul-31 15:10:07 (UTC) |
User: | simons |
Branch: | |
Comment: |
Documented a bug that needs to be fixed ASAP. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/srpc/TODO 1.8 -> 1.9
--- 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.
|
|
ossp-pkg/xds/TODO 1.8 -> 1.9
--- 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.
|
|