~ubuntu-branches/ubuntu/maverick/libxpm/maverick

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2007-02-16 16:24:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070216162444-j8q49d5cy21m5vyd
Tags: 1:3.5.6-1
* New upstream release.
* Add XS-Vcs-Git header to debian/control.
* Drop obsolete CVS information from the long descriptions.
* Install the upstream changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-06-02  Alan Coopersmith  <alan.coopersmith@sun.com>
 
2
 
 
3
        * src/hashtab.c (xpmHashTableInit): 
 
4
        Always initialize atomTable to NULL, so xpmHashTableFree() doesn't
 
5
        try to free a random value from the stack if xpmHashTableInit returns
 
6
        an error.
 
7
 
 
8
        * src/create.c (xpmParseDataAndCreate): 
 
9
        Coverity #1432: Returned without freeing storage "hints_cmt"
 
10
        (in error case when xpmHashTableInit failed)
 
11
        
 
12
        * src/parse.c (xpmParseData): 
 
13
        Coverity #1415: Returned without freeing storage "hints_cmt"
 
14
        (in error case when xpmHashTableInit failed)
 
15
        
1
16
2006-04-26  Adam Jackson  <ajax@freedesktop.org>
2
17
 
3
18
        * configure.ac: