chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] [PATCH] Fix off-by-one error in C_values code


From: Peter Bex
Subject: [Chicken-hackers] [PATCH] Fix off-by-one error in C_values code
Date: Sun, 30 Aug 2015 17:58:02 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hi all,

By running argvector CHICKEN under Valgrind, I found an off-by-one
mistake in the new version of C_values; it's copying one C_word beyond
the argvector array.  Attached is a patch that fixes it (it applies to
both master and chicken-5).

Cheers,
Peter

Attachment: 0001-Fix-off-by-one-error-in-C_values-use-of-memmove.patch
Description: Text Data

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]