Skip to content
Snippets Groups Projects
Commit ad112239 authored by Pekka Enberg's avatar Pekka Enberg
Browse files

ramfs: Fix use after free in ramfs_remove()


The ramfs_remove_node() will free vp->v_data so we cannot look it up in
ramfs_remove().

Spotted by Coverity.

Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent 9871d993
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment