~ubuntu-branches/ubuntu/trusty/libnih/trusty

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Dmitrijs Ledkovs
  • Date: 2013-11-11 15:35:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1081.
  • Revision ID: dmitrijs.ledkovs@canonical.com-20131111153521-jfso63wl9q7wqym4
Do not blindly use passed pointer to the TEST_FUNCTION (et.al),
instead make a strncpy of it. Since passed pointer can be freed behind
our back, when we still need it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
libnih (1.0.3-4ubuntu24) UNRELEASED; urgency=low
 
2
 
 
3
  * Do not blindly use passed pointer to the TEST_FUNCTION (et.al),
 
4
    instead make a strncpy of it. Since passed pointer can be freed behind
 
5
    our back, when we still need it.
 
6
 
 
7
 -- Dmitrijs Ledkovs <xnox@ubuntu.com>  Mon, 11 Nov 2013 15:29:42 +0000
 
8
 
1
9
libnih (1.0.3-4ubuntu23) trusty; urgency=low
2
10
 
3
11
  * Split test_node.c into two translation units. (LP: #1248677)