Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 358263
Collapse All | Expand All

(-)libXt-1.1.0-orig/src/Alloc.c (-1 / +1 lines)
Lines 147-153 Link Here
147
    if (len < sizeof(buf))
147
    if (len < sizeof(buf))
148
    {
148
    {
149
	strncpy(*new_string, buf, len);
149
	strncpy(*new_string, buf, len);
150
	new_string[len] = '\0';
150
	(*new_string)[len] = '\0';
151
    }
151
    }
152
    else
152
    else
153
    {
153
    {

Return to bug 358263