Skip to content

nilfs2-kmod9 v1.8 release

Compare
Choose a tag to compare
@konis konis released this 16 Apr 10:06
· 99 commits to master since this release
v1.8
  • Backport fixes for a potential use-after-free read issue and missing segment summary data initialization:
    • initialize "struct nilfs_binfo_dat"->bi_pad field
    • fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread()
  • Backport the fix for potential null pointer dereferences, use-after-free, and lockdep warnings caused by improper sysfs interface lifetime:
    • fix sysfs interface lifetime