Package: poster / 1:20050907-4
Metadata
| Package | Version | Patches format |
|---|---|---|
| poster | 1:20050907-4 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| all changes to 1.1.patch | (download) |
Makefile |
12 9 + 3 - 0 ! |
--- |
| Bug884390.patch | (download) |
Makefile |
3 1 + 2 - 0 ! |
--- |
| Bug485924.patch | (download) |
poster.1 |
2 1 + 1 - 0 ! |
--- |
| hardening install.patch | (download) |
Makefile |
12 8 + 4 - 0 ! |
use all hardening flags and fix install target for debian. |
| compiler warning.patch | (download) |
poster.c |
2 1 + 1 - 0 ! |
avoid compiler warning about uninitialized variables.
Fixes this build warning:
poster.c: In function postersize:
poster.c:495:16: warning: sizex may be used uninitialized [-Wmaybe-uninitialized]
495 | double sizex, sizey; /* size of the scaled image in ps units */
| ^~~~~
poster.c:495:23: warning: sizey may be used uninitialized [-Wmaybe-uninitialized]
495 | double sizex, sizey; /* size of the scaled image in ps units */
| ^~~~~
|
1
