#26 passing potentially negative fd to close
Closed 5 years ago Opened 5 years ago by jhrozek.

This is really not a big deal, but perhaps we could refactor the code a little to be better understandable by coverity:

#  388|     fd = open_and_copy_file(e->filename, backup_name, FALSE, error);
#  389|     g_free (backup_name);
#  390|->   close(fd);
#  391|     if (fd == -1)
#  392|         goto err_fscreate;

Maybe we could move the check before close?


Metadata Update from @jhrozek:
- Issue assigned to jhrozek

5 years ago

Metadata Update from @jhrozek:
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata