2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 23:23:55 +08:00
linux-next/drivers/staging
Colin Ian King 6e9f6b54c5 staging: wilc1000: fix incorrect copy of pmkid data
The pmkid data is meant be be copied to the previous item in the
pmkidlist, however the code is just copying the data to itself because
the src index into pmkidlist is the same as the dst index into pmkidlist.
Fix this with i + 1 instead of i.

Detected by CoverityScan,CID#13339465 ("Overlapping buffer in memory copy")

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-03-17 15:21:18 +09:00
..
android Staging: android: ion: ion_dummy_driver: remove unnecessary empty line 2017-03-14 06:22:22 +08:00
board
clocking-wizard
comedi staging: comedi: amplc_pci224: Convert macro GAT_CONFIG to static inline function 2017-03-14 06:27:31 +08:00
dgnc staging: dgnc: preserve return code 2017-03-16 11:45:42 +09:00
emxx_udc staging: emxx_udc: Add comment for spinlock_t definition. 2017-03-09 14:13:51 +01:00
fbtft staging/fbtft: Hush checkpatch.pl warning about unnecessary line continuations 2017-03-09 17:33:52 +01:00
fsl-mc bus: fsl-mc: dpio: add the DPAA2 DPIO object driver 2017-03-14 11:19:52 +08:00
fwserial
gdm724x staging: gdm724x: fix checkpatch.pl camelCase warning 2017-03-16 11:48:59 +09:00
goldfish Staging: goldfish: use __func__ instead of embedded function names 2017-03-17 15:19:09 +09:00
greybus staging: greybus: firmware: Convert sscanf calls to strtoul 2017-03-09 19:29:50 +01:00
gs_fpgaboot scripts/spelling.txt: add "followings" pattern and fix typo instances 2017-02-27 18:43:47 -08:00
iio staging: iio: accel: Rename source files and update Makefile 2017-03-05 11:25:25 +00:00
ks7010 staging: ks7010: fix checkpatch PARENTHESIS_ALIGNMENT 2017-03-16 11:44:30 +09:00
lustre staging: lustre: llite: rw26: Remove unused function definition 2017-03-17 15:19:10 +09:00
media staging: media: atomisp: add missing include in vlv2_plat_clock.c 2017-03-17 15:19:10 +09:00
most staging: most: Using macro DIV_ROUND_UP 2017-03-06 09:17:02 +01:00
mt29f_spinand
netlogic net: Remove usage of net_device last_rx member 2017-01-18 17:22:49 -05:00
nvec staging: nvec: Remove unnecessary cast on void pointer 2017-03-09 17:38:55 +01:00
octeon staging/iio driver patches for 4.11-rc1 2017-02-22 12:14:01 -08:00
octeon-usb
olpc_dcon staging: olpc_dcon: add whitespace around binary operators 2017-03-06 09:17:00 +01:00
rtl8188eu staging: rtl8188eu: removed blank lines coding style problem 2017-03-16 11:34:53 +09:00
rtl8192e staging: rtl8192e: Remove multiple assignments 2017-03-12 14:46:34 +01:00
rtl8192u staging: rtl8192u: Remove multiple assignments 2017-03-16 11:34:53 +09:00
rtl8712 staging: rtl8712: fix bad indentation 2017-03-12 15:27:40 +01:00
rts5208 staging: rts5208: Remove unnecessary cast on void pointer 2017-03-09 18:50:05 +01:00
skein staging: skein: fix checkpatch block comments warning 2017-01-20 14:39:12 +01:00
sm750fb staging: sm750fb: Removes unused variable from sm750_hw_copyarea 2017-03-16 11:48:59 +09:00
speakup staging: speakup: move those functions which do outgoing serial comms, into serialio.c 2017-03-17 15:19:09 +09:00
unisys staging: unisys: fix sparse warnings 2017-03-07 20:15:18 +01:00
vc04_services staging: vc04_services: Replace typedef with struct 2017-03-16 11:33:04 +09:00
vme drivers: convert vme_user_vma_priv.refcnt from atomic_t to refcount_t 2017-03-14 06:23:12 +08:00
vt6655 staging: vt6655: Copy argument names from function definition to declaration to fix checkpatch warnings 2017-03-16 11:48:59 +09:00
vt6656 Staging: vt6656: Fix spaces and char limit 2017-03-06 09:17:07 +01:00
wilc1000 staging: wilc1000: fix incorrect copy of pmkid data 2017-03-17 15:21:18 +09:00
wlan-ng Staging: wlan-ng: Fix endian error 2017-03-12 15:17:02 +01:00
xgifb Staging: xgifb: XGI_main_26.c: non-standard C 2017-03-12 15:17:02 +01:00
Kconfig staging: bcm2835-audio: Move driver under vc04_services 2017-03-06 09:17:06 +01:00
Makefile staging: bcm2835-audio: Move driver under vc04_services 2017-03-06 09:17:06 +01:00