[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
0001-Fix-off-by-one-error-in-C_values-use-of-memmove.patch
Description: Text Data
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Chicken-hackers] [PATCH] Fix off-by-one error in C_values code,
Peter Bex <=