Package: ministat / 20150715-1

Metadata

Package Version Patches format
ministat 20150715-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix ctype usage.patch | (download)

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

 fix ctype usage

isspace() etc. take an unsigned character value or -1.  Passing an
argument of type char, implicitly converted to int, may result in an
out-of-range value and undefined behaviour if char is a signed type.


not bsd | (download)

Makefile | 8 7 + 1 - 0 !
ministat.c | 4 0 + 4 - 0 !
2 files changed, 7 insertions(+), 5 deletions(-)

 [patch] remove freebsd dependencies