summaryrefslogtreecommitdiff
path: root/net/netfilter/ipvs/ip_vs_conn.c
diff options
context:
space:
mode:
authorTom Yan <tom.ty89@gmail.com>2016-07-22 18:34:08 (GMT)
committerTejun Heo <tj@kernel.org>2016-08-09 20:13:04 (GMT)
commitd7372cb6290eedadcf2d191b033388df3c0c39f2 (patch)
tree443c13a8ac23d447aef389d184c83341a011342b /net/netfilter/ipvs/ip_vs_conn.c
parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
downloadlinux-d7372cb6290eedadcf2d191b033388df3c0c39f2.tar.xz
libata-scsi: use u8 array to store mode page copy
ata_mselect_*() would initialize a char array for storing a copy of the current mode page. However, char could be signed char. In that case, bytes larger than 127 would be converted to negative number. For example, 0xff from def_control_mpage[] would become -1. This prevented ata_mselect_control() from working at all, since when it did the read-only bits check, there would always be a mismatch. Signed-off-by: Tom Yan <tom.ty89@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'net/netfilter/ipvs/ip_vs_conn.c')
0 files changed, 0 insertions, 0 deletions