--- busybox-1.3.1/console-tools/loadfont.c.orig 2006-12-27 05:54:01.000000000 +0100 +++ busybox-1.3.1/console-tools/loadfont.c 2006-12-30 12:29:56.698666552 +0100 @@ -169,8 +169,10 @@ head0 = sizeof(struct psf_header); head = head0 + fontsize * unit; + /* if (head > inputlth || (!hastable && head != inputlth)) bb_error_msg_and_die("input file: bad length"); + */ do_loadfont(fd, inbuf + head0, unit, fontsize); if (hastable) do_loadtable(fd, inbuf + head, inputlth - head, fontsize);