Bump maximum message length from 256 to 4096.
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Wed, 2 Jun 2010 00:05:02 +0000 (00:05 +0000)
committergraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Wed, 2 Jun 2010 00:05:02 +0000 (00:05 +0000)
commitaffb6d55b8f3e21796ea86e40113c617c8d3a893
tree3b585101fa4a8724f7bda370ecd65ceefbc179ed
parentd09cea362eb6d39f75fc4b2566f2f2ed35e58757
Bump maximum message length from 256 to 4096.

Errors seen in the wild can easily exceed 256 chars, especially when there is
no limit imposed on maximum file path lengths under most systems. This should
probably be changed at some point, to use realloc instead of a static buffer
on the stack.

git-svn-id: http://opkg.googlecode.com/svn/trunk@530 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
libopkg/opkg_message.c