]> git.pld-linux.org Git - packages/busybox.git/blob - busybox-loadfont.patch
- BR uClibc-static >= 3:0.9.30.1 (it has combreloc|relro filtering built in)
[packages/busybox.git] / busybox-loadfont.patch
1 --- busybox-1.12.2/console-tools/loadfont.c~    2008-11-19 12:27:34.314700966 +0100
2 +++ busybox-1.12.2/console-tools/loadfont.c     2008-11-19 12:28:35.598028789 +0100
3 @@ -115,8 +115,10 @@
4                 head0 = sizeof(struct psf_header);
5  
6                 head = head0 + fontsize * unit;
7 +               /*
8                 if (head > len || (!hastable && head != len))
9                         bb_error_msg_and_die("input file: bad length");
10 +               */
11         } else {
12                 /* file with three code pages? */
13                 if (len == 9780) {
This page took 0.020992 seconds and 3 git commands to generate.