logread: ensure that the len < sizeof(struct blob_attr) check runs before trying...
authorFelix Fietkau <nbd@openwrt.org>
Sun, 24 Jan 2016 08:19:53 +0000 (09:19 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 24 Jan 2016 08:19:53 +0000 (09:19 +0100)
commit31d66f2c3b2afbc9eaae4e2c22103d0f79e9503e
tree11f1a421f7f1afb83a06fb175e889e2b31fb244f
parentc086167a0154745c677f8730a336ea9cf7d71031
logread: ensure that the len < sizeof(struct blob_attr) check runs before trying to access the data

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
log/logread.c