diff options
author | Varsha Rao <varao@redhat.com> | 2019-01-09 15:10:37 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2019-01-11 07:42:56 +0000 |
commit | 5a152a7a70f771d951af713ab9701bcbc651e7e2 (patch) | |
tree | 7765dd46c87ac75dd19a3798b4df85f7580ea0f2 /configure.ac | |
parent | 8c1eda9b5a19861be7e02f89cefae942c624d677 (diff) |
libglusterfs/common-utils.c: Fix buffer size for checksum computation
Problem: When quorum count option is updated, the change is not reflected in
the nfs-server.vol file. This is because in get_checksum_for_file(), when the
last part of the file read has size less than buffer size, the read buffer
stores old data value along with correct data value.
Solution: Pass the bytes read instead of fixed buffer size, for calculating
checksum.
Change-Id: I4b641607c8a262961b3f3da0028a54e08c3f8589
fixes: bz#1657744
Signed-off-by: Varsha Rao <varao@redhat.com>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions