]> git.ozlabs.org Git - yaboot.git/commit
Remove MAX_HEADERS check
authorAnton Blanchard <anton@samba.org>
Sat, 10 Apr 2010 18:05:21 +0000 (18:05 +0000)
committerTony Breeds <tony@bakeyournoodle.com>
Fri, 16 Jul 2010 05:39:07 +0000 (15:39 +1000)
commitada23a5a94474a1bc0b6f72fb81aa5d2a5fa9e7f
tree2b9833daac9b35340f4434cdcc9f0c432c621ad3
parentfbff125463559d88ce2e2c9cf09b97ede9c59b3d
Remove MAX_HEADERS check

The comparison against MAX_HEADERS doesn't match the error message and
we are dynamically allocating memory for the program headers, so there
should not be a limit.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
second/yaboot.c