]> TLD Linux GIT Repositories - packages/busybox.git/blob - busybox-loadfont.patch
- merged 1.31.1 from PLD
[packages/busybox.git] / busybox-loadfont.patch
1 --- busybox-1.17.3/console-tools/loadfont.c.orig        2010-10-09 22:57:13.000000000 +0300
2 +++ busybox-1.17.3/console-tools/loadfont.c     2010-11-08 21:30:00.827185361 +0200
3 @@ -274,9 +274,6 @@
4         table = font + fontsize * charsize;
5         buffer += len;
6  
7 -       if (table > buffer || (!has_table && table != buffer))
8 -               bb_error_msg_and_die("input file: bad length");
9 -
10         do_loadfont(fd, font, height, width, charsize, fontsize);
11  
12         if (has_table)