[extundelete.cc:1435]: (style) Variable 'buf2' is allocated memory that is never used.
Source code is
char *buf2 = new char[ EXT2_BLOCK_SIZE(fs->super)];
Log in to post a comment.