aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/timerlist.py
diff options
context:
space:
mode:
authorChristophe JAILLET <[email protected]>2020-02-02 21:19:22 +0100
committerPaul Burton <[email protected]>2020-02-15 12:44:03 -0800
commitbef8e2dfceed6daeb6ca3e8d33f9c9d43b926580 (patch)
treea1b0516d46ef26e1042977b8680044e4840d1f04 /scripts/gdb/linux/timerlist.py
parent97e914b7de3c943011779b979b8093fdc0d85722 (diff)
MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'
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: e01402b115ccc ("More AP / SP bits for the 34K, the Malta bits and things. Still wants") Signed-off-by: Christophe JAILLET <[email protected]> Signed-off-by: Paul Burton <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected]
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions