Commit 133da40
committed
Ignoring Content-Transfer-Encoding headers with missing values.
A Content-Transfer-Encoding header with a missing value
would be handled the same as an unknown encoding value:
a message would be included in the body of the converted message
stating the encoding was unknown as well as the unknown encoding
value. However, if the value was missing, hypermail would use
the value of an unitialized variable.1 parent dad66d7 commit 133da40
2 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2466 | 2466 | | |
2467 | 2467 | | |
2468 | 2468 | | |
2469 | | - | |
| 2469 | + | |
| 2470 | + | |
| 2471 | + | |
| 2472 | + | |
| 2473 | + | |
| 2474 | + | |
| 2475 | + | |
2470 | 2476 | | |
2471 | 2477 | | |
2472 | 2478 | | |
| |||
0 commit comments