]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/buffer.cc: silence ASan warning
authorKefu Chai <kchai@redhat.com>
Sat, 7 Mar 2020 11:36:52 +0000 (19:36 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 9 Mar 2020 03:49:57 +0000 (11:49 +0800)
commit1e37793c3dcbebdb9315238a1ed8a3e46cfd98f5
treec67dd89ffe96a5386fb1495b87f8c65638fc3ab2
parentc64c47a687fd9f33ae5103144830fd29a3c99aba
common/buffer.cc: silence ASan warning

silences following warning
```
../src/common/buffer.cc:472:9: runtime error: member access within null pointer of type 'struct raw'
```

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/buffer.cc