]> git.pld-linux.org Git - packages/busybox.git/blob - busybox-loadfont.patch
- rel 2; verbose build by default; upstream nc fix; enable loadfont features in initrd
[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)
This page took 0.05438 seconds and 3 git commands to generate.