Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix bug in Snapshot::read_bytes
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 19 May 2015 08:23:31 +0000 (10:23 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Thu, 21 May 2015 09:35:04 +0000 (11:35 +0200)
commite0220fb23d7a1a52b3925f3fcba8e77d4f5abfc6
tree3cc62831f583d8a48857e06b9eb89ef50e6f484f
parent78ad8111935dd39520e2cbae135e042817d78583
[mc] Fix bug in Snapshot::read_bytes

MC_region_read is allowed to return a pointer to another buffer containing the data.
We have to handle this case.
src/mc/mc_snapshot.cpp