Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

IEEE1394



On Tue, Feb 13, 2018 at 10:47:41AM +0000, Maxime Villard wrote:
> +	if (ntohs(ar->ar_hrd) == ARPHRD_IEEE1394) {
> +		goto out;
> +	}
> +

What makes IEEE-1394 so bad it needs a blacklist rather than a
whitelist? there's some other really weird options for ar_hrd


Home | Main Index | Thread Index | Old Index