Package: asylum / 0.3.2-2

Metadata

Package Version Patches format
asylum 0.3.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 wipealtab bounds check.patch | (download)

alien.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 1/5] wipealtab(): bounds check


0002 swi_osfile fix EOF handling.patch | (download)

file.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 2/5] swi_osfile(): fix eof handling

Old code wrote an extra -1 byte, which caused a buffer overflow in
loadvitalfile().

0003 loadconfig fix scanf buffer overflow.patch | (download)

asylum.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 3/5] loadconfig(): fix scanf buffer overflow

scanf "%12s" needs a 13 byte buffer, as it will write up to 12
characters and a nul byte.

0004 swi_blitz_hammerop missing fclose.patch | (download)

file.c | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 [patch 4/5] swi_blitz_hammerop(): missing fclose()


0005 dropprivs add error checking.patch | (download)

file.c | 12 10 + 2 - 0 !
1 file changed, 10 insertions(+), 2 deletions(-)

 [patch 5/5] dropprivs(): add error checking