Files
Christophe JAILLET 07a8e34251 MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'
commit bef8e2dfceed6daeb6ca3e8d33f9c9d43b926580 upstream.

Pointer on the memory allocated by 'alloc_progmem()' is stored in
'v->load_addr'. So this is this memory that should be freed by
'release_progmem()'.

'release_progmem()' is only a call to 'kfree()'.

With the current code, there is both a double free and a memory leak.
Fix it by passing the correct pointer to 'release_progmem()'.

Fixes: e01402b115 ("More AP / SP bits for the 34K, the Malta bits and things. Still wants")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: ralf@linux-mips.org
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-03-05 16:42:19 +01:00
..
2017-11-03 09:02:30 -07:00
2017-11-03 09:02:30 -07:00
2018-06-24 09:27:27 -07:00
2019-02-15 08:10:11 +01:00
2016-05-09 12:00:02 +02:00
2019-10-11 18:20:55 +02:00
2018-07-19 13:58:44 -07:00
2018-06-24 09:26:01 -07:00
2017-11-03 09:02:30 -07:00
2018-08-01 13:20:15 -07:00
2018-08-01 13:20:15 -07:00