commit | 24a6a3037e0b47168f9b3bb9db7ad60c89dad7ba | [log] [tgz] |
---|---|---|
author | Purna Chandra Mandal <purna.mandal@microchip.com> | Tue May 17 10:35:54 2016 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Jun 25 13:50:53 2016 -0700 |
tree | a2e09aa866698d1184bc73b10ce4fe24a66b082e | |
parent | 210417ce836aa3f0ededcc8f541f5e4a05d2e880 [diff] |
serial: pic32_uart: Fix double free of 'sport->irq_fault_name'. Allocated memory for 'sport->irq_fault_name' is freed twice, first in error check of 'if(!sport->irq_rx_name)' and other in fallback handler. Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>