Commit 23ccc0a
fs/9p: fix uaf in in v9fs_stat2inode_dotl
The incorrect logical order of accessing the st object code in v9fs_fid_iget_dotl
is causing this uaf.
Fixes: 724a084 ("fs/9p: simplify iget to remove unnecessary paths")
Reported-and-tested-by: [email protected]
Signed-off-by: Lizhi Xu <[email protected]>
Signed-off-by: NipaLocal <nipa@local>1 parent 5134ee4 commit 23ccc0a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | | - | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments