]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: Fix setxattr with 0 size specified 36045/head
authorSidharth Anupkrishnan <sanupkri@redhat.com>
Mon, 6 Jul 2020 09:15:46 +0000 (14:45 +0530)
committerNathan Cutler <ncutler@suse.com>
Sat, 11 Jul 2020 08:46:13 +0000 (10:46 +0200)
commit60fd8d8dbb4f678c4810edc69b765bddc541816a
treee5a573cece64f8de813821092476b4cfd74fd211
parent690c7ca1a27b11ba119fbc95e96319b1f3233753
client: Fix setxattr with 0 size specified

When xattrs are set with 0 size, the value should be set to an empty string.
Signed-off-by: Sidharth Anupkrishnan <sanupkri@redhat.com>
(cherry picked from commit dd8f1a544d5c98277d42ecace4dad854c428b262)
src/client/Client.cc