On Thu, Jul 19, 2007 at 04:28:01PM -0500, Michael Halcrow wrote:
> Fix up the Tag 1 parsing code to handle size limits and boundaries
> more explicitly. Initialize the new auth_tok's flags.
...
> -     if (unlikely((*packet_size) + 3 > max_packet_size)) {
> -             ecryptfs_printk(KERN_ERR, "Packet size exceeds max\n");
> +     if (unlikely(max_packet_size < 12)) {
> +             printk(KERN_ERR "Invalid max packet size; must be >=12\n");

Hardcoded 12?

Josef 'Jeff' Sipek.

-- 
Humans were created by water to transport it upward.
-
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