Task #130936 - added.err
back to task #130936download
Error: COMPILER_WARNING:
fuse-overlayfs-1.17/direct.c: scope_hint: In function ‘has_nfs_filehandles’
fuse-overlayfs-1.17/direct.c:222:7: warning[-Wuse-after-free]: pointer ‘tmp_fh_17’ may be used after ‘realloc’
# 222 | free (tmp_fh);
# | ^~~~~~~~~~~~~
fuse-overlayfs-1.17/direct.c:219:11: note: call to ‘realloc’ here
# 219 | l->fh = realloc (tmp_fh, tmp_fh->handle_bytes + sizeof (*l->fh));
# | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 220| if (! l->fh)
# 221| {
# 222|-> free (tmp_fh);
# 223| return -1;
# 224| }