bug#10070: bytevector-copy! overlapping behavior is not specified

2011-11-19 Thread Ludovic Courtès
Hi Dmitry, Thanks for the report! I fixed it by using memmove as you suggested: http://git.sv.gnu.org/cgit/guile.git/commit/?id=8071964943e23700cfe1095ba0f5e3c99f590dee Ludo’.

bug#10070: bytevector-copy! overlapping behavior is not specified

2011-11-17 Thread Dmitry Chestnykh
Hello, Documentation for bytevector-copy! doesn't specify whether source and target may overlap (or the order of copying), it only says: "Copy len bytes from source into target, starting reading from source-start (a positive index within source) and start writing at target-start." R6