View | Details | Raw Unified | Return to bug 173002 | Differences between
and this patch

Collapse All | Expand All

(-)sys/net/if_spppsubr.c (-1 / +1 lines)
Lines 5130-5136 Link Here
5130
	 * Check the cmd word first before attempting to fetch all the
5130
	 * Check the cmd word first before attempting to fetch all the
5131
	 * data.
5131
	 * data.
5132
	 */
5132
	 */
5133
	if ((subcmd = fuword(ifr->ifr_data)) == -1) {
5133
	if ((subcmd = fuword32(ifr->ifr_data)) == -1) {
5134
		rv = EFAULT;
5134
		rv = EFAULT;
5135
		goto quit;
5135
		goto quit;
5136
	}
5136
	}

Return to bug 173002