Index: kernel/genarch/src/multiboot/multiboot.c
===================================================================
--- kernel/genarch/src/multiboot/multiboot.c	(revision 149d14e522aa5c449b696ad4420f3caa33ca9b8e)
+++ kernel/genarch/src/multiboot/multiboot.c	(revision 3cc6a5200ed5c174df3efad1870dab86c9c73d13)
@@ -70,5 +70,5 @@
 	
 	/* Copy the command. */
-	str_ncpy(buf, start, min(sz, (size_t) (end - start) + 1));
+	str_ncpy(buf, sz, start, (size_t) (end - start));
 }
 
