← Back to team overview

kernel-packages team mailing list archive

[Bug 1287109] Re: kernel oops suffers from memory leak and unchecked heap allocations

 

This bug was fixed in the package kerneloops - 0.12+git20090217-3ubuntu5

---------------
kerneloops (0.12+git20090217-3ubuntu5) trusty; urgency=medium

  [ Colin King ]
  * fix memleak and add alloc null pointer checks (LP: #1287109)
    - memleak of buffer c in writefunction()
    - null pointer checks in extract_oops() and scan_dmesg() (LP: #1026251)

  [ Brian Murray ]
  * fix null pointer check in fill_lineinfo() (LP: #1026300)
 -- Brian Murray <brian@xxxxxxxxxx>   Wed, 05 Mar 2014 08:58:57 -0800

** Changed in: kerneloops (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to kerneloops in Ubuntu.
https://bugs.launchpad.net/bugs/1287109

Title:
  kernel oops suffers from memory leak and unchecked heap allocations

Status in “kerneloops” package in Ubuntu:
  Fix Released

Bug description:
  I run cppcheck on kerneloops and found a few issues:

  * A memory leak in writefunction()
  * Various unchecked heap allocations - allocs that fail return null causing null pointer dereferencing and hence segfaults

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kerneloops/+bug/1287109/+subscriptions


References