Re: [PATCH] soc: ti: knav_qmss_queue: Use list_for_each_entry_safe to prevent use after free

From: santosh.shilimkar@xxxxxxxxxx
Date: Mon Nov 03 2014 - 13:27:00 EST


On 10/31/2014 10:33 PM, Axel Lin wrote:
list_for_each_entry_safe() is necessary if list objects are deleted from
the list while traversing it.

Signed-off-by: Axel Lin <axel.lin@xxxxxxxxxx>
---

Right. Picked up for 3.19. Thanks !!

Regards,
Santosh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/