[Ubuntu 14.04.03] libservicelog package update
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libservicelog (Ubuntu) |
Fix Released
|
High
|
Mathieu Trudel-Lapierre | ||
Trusty |
Fix Released
|
Undecided
|
Unassigned | ||
Vivid |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
libservicelog package updates for ppc64:
libservicelog provides libraries to access the servicelog relational database on a System-p machine. Currently Firmware and device drivers errors are logged and managed using this database, it provides advanced error management capabilities.
Patches required for 14.04.3 release:
commit aa6ba867f41970f
Author: Kamalesh Babulal <email address hidden>
Date: Thu May 14 11:09:36 2015 +0530
src/addl_data: Add missing break statement in print_addl_
Add a missing break to event_subtype switch case in
print_
== Comment: #6 - Kamalesh Babulal <email address hidden> - 2015-06-03 07:03:24 ==
commit fee5e8ab7390204
Author: Kamalesh Babulal <email address hidden>
Date: Mon May 18 10:30:53 2015 +0530
src/event.c: Fix possible NULL dereference(s)
Check potential NULL dereferences, before dereferencing
pointers.
== Comment: #7 - Kamalesh Babulal <email address hidden> - 2015-06-03 07:04:12 ==
commit d2077d74a3dc377
Author: Kamalesh Babulal <email address hidden>
Date: Thu May 14 11:09:38 2015 +0530
src/event.c: Explicitly add '\0' to strncpy()
String copy using strncpy() might not add NULL terminating
character to mark the end of string, if the source string
is <= N. To be safe, add '\0' termination explicitly.
== Comment: #8 - Kamalesh Babulal <email address hidden> - 2015-06-03 07:04:57 ==
commit 1d04e8881c855de
Author: Kamalesh Babulal <email address hidden>
Date: Thu May 14 11:09:39 2015 +0530
src/notify.c: run_notificatio
Fix out of bound array indexing while forming the command in
run_
== Comment: #9 - Kamalesh Babulal <email address hidden> - 2015-06-03 07:05:34 ==
[linux-
commit 41977634720ff05
Author: Kamalesh Babulal <email address hidden>
Date: Thu May 14 11:09:40 2015 +0530
src/
Check potential NULL dereferences, before dereferencing
pointers.
== Comment: #10 - Kamalesh Babulal <email address hidden> - 2015-06-03 07:06:14 ==
commit b614972a8d778e8
Author: Kamalesh Babulal <email address hidden>
Date: Thu May 14 11:09:41 2015 +0530
src/
String copy using strncpy() might not add NULL terminating
character to mark the end of string, if the source string
is <= N. To be safe, add '\0' termination explicitly.
== Comment: #11 - Kamalesh Babulal <email address hidden> - 2015-06-03 07:06:52 ==
commit ebf842c43e0ad16
Author: Kamalesh Babulal <email address hidden>
Date: Thu May 14 11:09:42 2015 +0530
src/
Add a missing break to event_subtype switch case in
sl_
Changed in ubuntu: | |
assignee: | nobody → Adam Conrad (adconrad) |
milestone: | none → ubuntu-14.04.3 |
affects: | ubuntu → libservicelog (Ubuntu) |
Changed in libservicelog (Ubuntu): | |
assignee: | Adam Conrad (adconrad) → Mathieu Trudel-Lapierre (mathieu-tl) |
status: | New → In Progress |
importance: | Undecided → High |
tags: | removed: bot-comment bugnameltc-124875 severity-high |
tags: |
added: verification-done removed: verification-needed |
tags: |
added: bugnameltc-124875 severity-high removed: verification-done |
Default Comment by Bridge