Hello, I was checking how good is fix of https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34392 “Avoid sigsegv in case 2nd nilfs2 superblock magic accidently found.” In systemd, libblkid and parted and found a slight possibility of crash in parted regarding to the changes in the referred bug. The parted fix includes a chance to crash in case of nilfs2 superblock having correct magic, but corrupted “bytes” field (value in range from 12 to 20). I’ve modified the code to avoid the sigsegv and align implementation with the libblkid implementation: https://github.com/util-linux/util-linux/commit/ac681a310c32319423297544833932f4d689a7a2 And modified t4301-nilfs2-badsb2.sh test code to trigger this case as well as the previously reported one. I've attached a patch with my modifications. Can you, please, look at it? Regards, Anton Butenko