svn commit: trunk/busybox/networking/udhcp
vda at busybox.net
vda at busybox.net
Thu Feb 1 17:57:24 PST 2007
Author: vda
Date: 2007-02-01 17:57:24 -0800 (Thu, 01 Feb 2007)
New Revision: 17717
Log:
add a comment so that people won't get confused
Modified:
trunk/busybox/networking/udhcp/files.c
Changeset:
Modified: trunk/busybox/networking/udhcp/files.c
===================================================================
--- trunk/busybox/networking/udhcp/files.c 2007-02-02 01:42:51 UTC (rev 17716)
+++ trunk/busybox/networking/udhcp/files.c 2007-02-02 01:57:24 UTC (rev 17717)
@@ -128,6 +128,7 @@
existing->data = xrealloc(existing->data,
existing->data[OPT_LEN] + length + 3);
if ((option->flags & TYPE_MASK) == OPTION_STRING) {
+ /* ' ' can bring us to 256 - bad */
if (existing->data[OPT_LEN] + length >= 255)
return;
/* add space separator between STRING options in a list */
More information about the busybox-cvs
mailing list