Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 29 | Rev 31 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29 Rev 30
Line -... Line 1...
-
 
1
libtar (1.2.20-3) unstable; urgency=low
-
 
2
-
 
3
  * no_maxpathlen.patch: Fix two grave bugs in the patch. First,
-
 
4
    th_get_pathname would only allocate as much memory as was needed for
-
 
5
    the first filename encountered, causing heap corruption when/if
-
 
6
    encountering longer filenames later. Second, two variables were mixed
-
 
7
    up in tar_append_tree(). Also, fix a potential memory leak and trim
-
 
8
    the patch a bit.
-
 
9
-
 
10
 -- Magnus Holmgren <holmgren@debian.org>  Sat, 15 Feb 2014 21:54:56 +0100
-
 
11
1
libtar (1.2.20-2) unstable; urgency=low
12
libtar (1.2.20-2) unstable; urgency=low
2
13
3
  * no_static_buffers.patch: avoid using a static buffer in
14
  * no_static_buffers.patch: avoid using a static buffer in
4
    th_get_pathname(). Taken from upstream. Needed for no_maxpathlen.patch.
15
    th_get_pathname(). Taken from upstream. Needed for no_maxpathlen.patch.
5
  * no_maxpathlen.patch: Fix FTBFS on Hurd by dynamically allocating path
16
  * no_maxpathlen.patch: Fix FTBFS on Hurd by dynamically allocating path