All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] staging: bcm2835-camera: fix coding style issues
@ 2017-03-09 19:00 Aishwarya Pant
  2017-03-09 19:00 ` [PATCH v2 1/3] staging: bcm2835-camera: add check to avoid null pointer dereference Aishwarya Pant
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Aishwarya Pant @ 2017-03-09 19:00 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh

This patchset fixes the following issues: 

[1] Added null check after memory allocation to avoid a possible null 
    pointer dereference 
[2] Replaced instances of kmalloc and memset with a kzalloc 
[3] Replaced null error return values with kernel preferred error
    return values i.e. return ERR_PTR(-ENOMEM) instead of NULL 

Changes in v2:
-- Fix null dereference issue (ouch!)
-- Rebase from origin


Aishwarya Pant (3):
  staging: bcm2835-camera: add check to avoid null pointer dereference
  staging: bcm2835-camera: replace kmalloc with kzalloc
  staging: bcm2835-camera: use kernel preferred style for handling
    errors

 .../vc04_services/bcm2835-camera/mmal-vchiq.c      | 24 +++++++++++++---------
 1 file changed, 14 insertions(+), 10 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2017-03-09 19:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-09 19:00 [PATCH v2 0/3] staging: bcm2835-camera: fix coding style issues Aishwarya Pant
2017-03-09 19:00 ` [PATCH v2 1/3] staging: bcm2835-camera: add check to avoid null pointer dereference Aishwarya Pant
2017-03-09 19:01 ` [PATCH v2 2/3] staging: bcm2835-camera: replace kmalloc with kzalloc Aishwarya Pant
2017-03-09 19:01 ` [PATCH v2 3/3] staging: bcm2835-camera: use kernel preferred style for handling errors Aishwarya Pant

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.