View | Details | Raw Unified | Return to bug 243106
Collapse All | Expand All

(-)lib/libjail/jail.c (-1 / +3 lines)
Lines 262-268 Link Here
262
			goto error;
262
			goto error;
263
		mib1[1] = 2;
263
		mib1[1] = 2;
264
	}
264
	}
265
	jp = reallocarray(jp, njp, sizeof(*jp));
265
	tjp = reallocarray(jp, njp, sizeof(*jp));
266
	if (tjp != NULL)
267
		jp = tjp;
266
	*jpp = jp;
268
	*jpp = jp;
267
	return (njp);
269
	return (njp);
268
270

Return to bug 243106