Hi Ben,

you know the udf_fill_inode() in inode.c does not
check if memory allocation failed:

        UDF_I_DATA(inode) = kmalloc(inode->i_sb->s_blocksize -
        sizeof(struct extendedFileEntry), GFP_KERNEL);

so the question I have is - what kind of handler there
should be: just exit out from the function or mark
the inode as bad?

                Cyrill

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to