]> git.pld-linux.org Git - packages/busybox.git/blame - busybox-loadfont.patch
- up to 1.24.2
[packages/busybox.git] / busybox-loadfont.patch
CommitLineData
a54ace54
CM
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;
840e1d60 6
a54ace54
CM
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.032797 seconds and 4 git commands to generate.