fix a bug in blobmsg_parse
authorFelix Fietkau <nbd@openwrt.org>
Wed, 17 Aug 2011 17:44:11 +0000 (10:44 -0700)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 17 Aug 2011 17:44:11 +0000 (10:44 -0700)
commit1d3e4ccb6ae544dfc75227434c42b1ee74b86d4f
tree0b6dafb8aadbb6cf19707594c504a96b751a99ff
parentf1a44355bd432964d13ab3a2bb2c5f5b0ef9dfcb
fix a bug in blobmsg_parse

a second entry that has the same length as an existing found entry would
abort the parse loop (reported by Stefan Mächler)
blobmsg.c