File: Changelog

package info (click to toggle)
mimedecode 1.9-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 88 kB
  • ctags: 57
  • sloc: ansic: 989; makefile: 33
file content (19 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Changes for 1.9

  - Buffer overflow fixes.
    Removed all of the statically-allocated buffers, and rewrote the affected
    code to mostly use the dynamically-allocating getstr (from textutils),
    modified to use hardwired termination characters; the exception is
    decode_header_line, where string buffer allocation is avoided completely.
  - Output truncated/broken MIME-encoded ("=?") header lines unchanged.
  - Don't assume that the boundary string is enclosed in "". (This doesn't
    check for \".)

Darren Salt <linux@youmustbejoking.demon.co.uk>

1.8 was the last known upstream version of mimedecode, and was
available at 

	http://www.freesoft.org/CIE/FAQ/mimedeco.c

Version 1.9 should replace that shortly.