summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_select/patches/patch-file.c
AgeCommit message (Collapse)AuthorFilesLines
2017-12-29pkg_select: fix buffer overflowmaya1-0/+17
expanding the macro with ++len for size meant our memset to zero was one bigger than the above allocated size. while here simplify the problematic macro - malloc+memset zero is calloc. bump pkgrevision