> This hopefully fixes the original problem addressed by the reverted > patch 7cb962c7. It does. > /* What are valid superblock sizes? */ > - if (super.size < sizeof(struct cramfs_super)) > + if (super.size < *start + sizeof(struct cramfs_super)) And this is a more elegant (and working) solution. I was not sure how much adjustment this if-statement can handle due to the comment. Thanks and sorry for the regression, Tobias -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html