containers / composefs

a file system for mounting container images
GNU General Public License v2.0
421 stars 29 forks source link

handle NULL from lcfs_node_new() and move errno code into the function #262

Closed eriksjolund closed 5 months ago

eriksjolund commented 5 months ago

The interesting commit edits tools/mkcomposefs.c

The other commit is just an attempt to reduce the number of source code lines.

eriksjolund commented 5 months ago

If you want I can remove the part of the PR that rearranges the code.