]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: fix missing space after UNIQID= in utab
authorKarel Zak <kzak@redhat.com>
Thu, 25 Jun 2026 10:17:13 +0000 (12:17 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 29 Jun 2026 09:05:33 +0000 (11:05 +0200)
commitc8dbf84a2dc0ab7f3a77fc885e33385ba59b94d3
treeb994b04603435cda40aff9af5d5a9c8240ed73fb
parentaca09c233df931dd9468bf0d74ed7a67ae953858
libmount: fix missing space after UNIQID= in utab

The fprintf format for UNIQID= was missing a trailing space separator,
causing the field to run into the next field (e.g.,
"UNIQID=2147492389SRC=tmpfs").

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/tab_update.c