Package: jikespg / 1.3-3

Metadata

Package Version Patches format
jikespg 1.3-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
replace strcpy memmove.patch | (download)

src/ctabs.c | 3 2 + 1 - 0 !
src/lpgparse.c | 12 8 + 4 - 0 !
2 files changed, 10 insertions(+), 5 deletions(-)

 replace-strcpy-memmove

Arguments of strcpy() can not overlap. Replace such usages with memmove().

custom build.patch | (download)

src/Makefile | 40 20 + 20 - 0 !
1 file changed, 20 insertions(+), 20 deletions(-)

 custom-build


enable hardening.patch | (download)

src/Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 enable-hardening


fix lpgparse buffer overflow.patch | (download)

src/lpgparse.c | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 fix-lpgparse-buffer-overflow