Debian Patches

Status for braillefont/1.0-3

Patch Description Author Forwarded Bugs Origin Last update
adding-support-for-build-flags Adding support for build flags Changing Makefile to support CPPFLAGS, CFLAGS and LDFLAGS not-needed 2020-12-03
fixing-possible-buffer-overflow-in-fgetws fixing possible buffer overflow in fgetws sizeof(buf) is 1024, but sizeof(wchar_t) is 4,
so there is just space for sizeof(buf)/sizeof(wchar_t) - 256 chars in buffer.
.
/*
CC="gcc -D_FORTIFY_SOURCE=2 -O2" make
...
call to ‘__fgetws_chk_warn’ declared with attribute warning: \
fgetws called with bigger size than length of destination buffer
*/
yes 2020-12-03

All known versions for source package 'braillefont'

Links