]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Fix ul_path_read_buffer()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 9 May 2024 10:32:31 +0000 (12:32 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 9 May 2024 10:32:31 +0000 (12:32 +0200)
commit6273c12257973cbd3c59a710049ee8a8027bbbb1
tree3eb3881c0e7f27458b9a8a40c879146c6354d1ca
parentb2c3700e36c490fd7ec74b532a6dcdf2fc8e66d3
Fix ul_path_read_buffer()

The current implementation cuts off the last character of the buffer
if there is no trailing newline.
lib/path.c