]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind: Fix aio_read handling of string buffer
authorMohammad Salehe <salehe+dev@gmail.com>
Sun, 25 May 2014 06:12:11 +0000 (10:42 +0430)
committerLoic Dachary <loic-201408@dachary.org>
Sat, 20 Sep 2014 10:43:27 +0000 (12:43 +0200)
commit8bda44ff37fd04a0fc9498fbbc22f0daf515d721
treed0577854e019c43d76d53e6c3f131653a4ad59b5
parent2a2711daf86534ece11cad4527d69d43ec91d661
pybind: Fix aio_read handling of string buffer

Read data may contain \0, and buf.value interprerts them as string terminator.

Signed-off-by: Mohammad Salehe <salehe+dev@gmail.com>
src/pybind/rados.py