summaryrefslogtreecommitdiff
path: root/astraceroute.c
diff options
context:
space:
mode:
authorMandar Gokhale <mandarg@mandarg.com>2018-09-24 17:57:08 -0400
committerTobias Klauser <tklauser@distanz.ch>2018-10-04 10:21:15 +0200
commitb0ea31142a550167fca9d3590f54439b9d6a3564 (patch)
tree34b7f60ae5147f3ee4ff351ea3ccf2d261446c7e /astraceroute.c
parent42978816ca573ec4f75e8069bb7891239d703a38 (diff)
mz: Add error handling for mismatched address families
Check for errors in IP addresses specified, and throw an appropriate error if they are not specified properly, e.g. if user uses `-6` option with an IPv4 source address. Closes #166 Signed-off-by: Mandar Gokhale <mandarg@mandarg.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'astraceroute.c')
0 files changed, 0 insertions, 0 deletions
l trivial correct fixes. A real issue that was blocking development of an out of tree driver, but does not appear to have caused any actual problems for in-tree code. A potential deadlock that was reported by lockdep. And a deadlock people have experienced and took the time to track down caused by a cleanup that removed the code to drop a reference count" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace: sysctl: Drop reference added by grab_header in proc_sys_readdir pid: fix lockdep deadlock warning due to ucount_lock libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mount mnt: Protect the mountpoint hashtable with mount_lock
Diffstat (limited to 'fs/xfs/xfs_attr_list.c')