forgot about avn add... :(
[oweals/busybox.git] / console-tools / setlogcons.c
index 90f24ce9ce97ca67e31300d0c68c51fe29925029..ae15b9b287d0ef726a6b6661b2ea19e809c65b7d 100644 (file)
@@ -22,7 +22,7 @@ extern int setlogcons_main(int argc, char **argv)
        arg.subarg = 0; /* to specified console (current as default) */
 
        if (argc == 2)
-               arg.subarg = atoi(argv[1]);
+               arg.subarg = xatoul_range(argv[1], 0, 63);
 
        if (ioctl(xopen(VC_1, O_RDONLY), TIOCLINUX, &arg))
                bb_perror_msg_and_die("TIOCLINUX");