mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 23:51:28 +03:00
8a7033ac2f
When the .automount unit file already existed for any reason in the `normal-dir` passed to `systemd-fstab-generator`, but the normal .mount unit file did not, `f` was closed (but _not_ set to NULL). The call to `generator_open_unit_file(..., automount_name, &f)` then failed because the .mount unit file already existed. Now `f` did not point to an open FILE and the later cleanup from the `_cleanup_fclose_` attribute failed with a double free. Reset `f` to NULL before reusing it. |
||
---|---|---|
.. | ||
fstab-generator.c |