All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] staging: wilc1000: fix memory leaks and checkpatch reported issues
@ 2018-03-23 15:08 Ajay Singh
  2018-03-23 15:08 ` [PATCH 1/9] staging: wilc1000: remove unused global variables related to p2p Ajay Singh
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Ajay Singh @ 2018-03-23 15:08 UTC (permalink / raw)
  To: linux-wireless
  Cc: devel, gregkh, ganesh.krishna, venkateswara.kaja, aditya.shankar,
	claudiu.beznea, adham.abozaeid, Ajay Singh

This patch series contains changes to fix memory leaks, avoid NULL pointer
exceptions and checkpatch reported issue fixes.

Ajay Singh (9):
  staging: wilc1000: remove unused global variables related to p2p
  staging: wilc1000: avoid 'NULL' pointer access in
    wilc_network_info_received()
  staging: wilc1000: free allocated memory in edit and add station
    functions
  staging: wilc1000: free memory allocated in add wep key functions
  staging: wilc1000: free allocated memory after processing
    wilc_send_config_pkt()
  staging: wilc1000: fix to free allocated memory in wilc_add_ptk()
  staging: wilc1000: free allocated memory in wilc_add_rx_gtk()
  staging: wilc1000: split handle_rcvd_gnrl_async_info() to avoid
    leading tabs
  staging: wilc1000: free memory allocated for general info message from
    firmware

 drivers/staging/wilc1000/host_interface.c | 421 +++++++++++++++---------------
 1 file changed, 204 insertions(+), 217 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2018-03-26 12:25 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-23 15:08 [PATCH 0/9] staging: wilc1000: fix memory leaks and checkpatch reported issues Ajay Singh
2018-03-23 15:08 ` [PATCH 1/9] staging: wilc1000: remove unused global variables related to p2p Ajay Singh
2018-03-23 15:08 ` [PATCH 2/9] staging: wilc1000: avoid 'NULL' pointer access in wilc_network_info_received() Ajay Singh
2018-03-23 15:08 ` [PATCH 3/9] staging: wilc1000: free allocated memory in edit and add station functions Ajay Singh
2018-03-23 15:08 ` [PATCH 4/9] staging: wilc1000: free memory allocated in add wep key functions Ajay Singh
2018-03-26  8:17   ` Dan Carpenter
2018-03-26 11:24     ` Ajay Singh
2018-03-23 15:08 ` [PATCH 5/9] staging: wilc1000: free allocated memory after processing wilc_send_config_pkt() Ajay Singh
2018-03-23 15:08 ` [PATCH 6/9] staging: wilc1000: fix to free allocated memory in wilc_add_ptk() Ajay Singh
2018-03-23 15:08 ` [PATCH 7/9] staging: wilc1000: free allocated memory in wilc_add_rx_gtk() Ajay Singh
2018-03-23 15:08 ` [PATCH 8/9] staging: wilc1000: split handle_rcvd_gnrl_async_info() to avoid leading tabs Ajay Singh
2018-03-23 15:08 ` [PATCH 9/9] staging: wilc1000: free memory allocated for general info message from firmware Ajay Singh
2018-03-26  8:32   ` Dan Carpenter
2018-03-26 11:31     ` Ajay Singh
2018-03-26 12:24       ` Dan Carpenter
2018-03-26  8:40 ` [PATCH 0/9] staging: wilc1000: fix memory leaks and checkpatch reported issues Claudiu Beznea

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.