diff options
author | zyfjeff <[email protected]> | 2022-12-13 19:51:47 +0800 |
---|---|---|
committer | Miklos Szeredi <[email protected]> | 2023-06-07 16:26:34 +0200 |
commit | 1c3610d30e5c15f4db7eb8465e311b582aa50ebe (patch) | |
tree | e3176f15bf26bd12449881b2e2f71a54e277d1bc /lib/test_fortify/write_overflow-strncpy-src.c | |
parent | 5cadfbd5a11e5495cac217534c5f788168b1afd7 (diff) |
fuse: remove duplicate check for nodeid
before this check, the nodeid has already been checked once, so
the check here doesn't make an sense, so remove the check for
nodeid here.
if (err || !outarg->nodeid)
goto out_put_forget;
err = -EIO;
>>> if (!outarg->nodeid)
goto out_put_forget;
Signed-off-by: zyfjeff <[email protected]>
Signed-off-by: Miklos Szeredi <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strncpy-src.c')
0 files changed, 0 insertions, 0 deletions