Files
Richard W.M. Jones 744a257083 fuse: Don't call fclose(NULL) on error paths
Various errors like this:

In function ‘test_fuse’,
    inlined from ‘main’ at test-fuse.c:133:11:
test-fuse.c:274:5: error: argument 1 null where non-null expected [-Werror=nonnull]
  274 |     fclose (fp);
      |     ^~~~~~~~~~~
In file included from test-fuse.c:26:
/usr/include/stdio.h: In function ‘main’:
/usr/include/stdio.h:183:12: note: in a call to function ‘fclose’ declared ‘nonnull’
  183 | extern int fclose (FILE *__stream) __nonnull ((1));
      |            ^~~~~~

(cherry picked from commit ca20f27cb0)
2024-07-09 14:42:43 +01:00
..
2023-02-07 10:50:48 +00:00
2023-02-07 10:50:48 +00:00
2021-04-08 11:36:40 +01:00
2023-02-07 10:50:48 +00:00
2022-03-09 09:27:19 +00:00