mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
CID 1018688 is a false positive. The initialization is done by calling vn_start_write(... &mp, flags). mp is only an output parameter unless (flags & V_MNTREF), and fdesc doesn't put V_MNTREF in flags. Pointed out by: bde |
||
|---|---|---|
| .. | ||
| fdesc.h | ||
| fdesc_vfsops.c | ||
| fdesc_vnops.c | ||