svn commit: trunk/busybox/modutils

aldot at busybox.net aldot at busybox.net
Wed Jul 9 17:56:54 UTC 2008


Author: aldot
Date: 2008-07-09 10:56:53 -0700 (Wed, 09 Jul 2008)
New Revision: 22717

Log:
- fix typo (Cristian Ionescu-Idbohrn)


Modified:
   trunk/busybox/modutils/insmod.c


Changeset:
Modified: trunk/busybox/modutils/insmod.c
===================================================================
--- trunk/busybox/modutils/insmod.c	2008-07-09 16:51:42 UTC (rev 22716)
+++ trunk/busybox/modutils/insmod.c	2008-07-09 17:56:53 UTC (rev 22717)
@@ -3082,7 +3082,7 @@
 		if (i == f->header.e_shnum) {
 			struct obj_section *sec;
 
-			f->sections = xrealloc(f->sections, 2, i);
+			f->sections = xrealloc_vector(f->sections, 2, i);
 			f->sections[i] = sec = arch_new_section();
 			f->header.e_shnum = i + 1;
 




More information about the busybox-cvs mailing list