aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorBjorn Helgaas <[email protected]>2014-03-05 00:35:44 +0000
committerDavid S. Miller <[email protected]>2014-03-06 21:07:25 +0000
commit4ae6e50c76def306d726a5d2678e88998ad5258e (patch)
treef22db725208c33c358048396af21b38e1a00e926 /net/unix/af_unix.c
parentinet: frag: make sure forced eviction removes all frags (diff)
downloadkernel-4ae6e50c76def306d726a5d2678e88998ad5258e.tar.gz
kernel-4ae6e50c76def306d726a5d2678e88998ad5258e.zip
phy: fix compiler array bounds warning on settings[]
With -Werror=array-bounds, gcc v4.7.x warns that in phy_find_valid(), the settings[] "array subscript is above array bounds", I think because idx is a signed integer and if the caller supplied idx < 0, we pass the guard but still reference out of bounds. Fix this by making idx unsigned here and elsewhere. Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Florian Fainelli <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions