westerndigitalcorporation / zenfs

ZenFS is a storage backend for RocksDB that enables support for ZNS SSDs and SMR HDDs.
GNU General Public License v2.0
238 stars 87 forks source link

util: Fix AddDirSeparatorAtEnd where back() can not be called on an e… #228

Closed MaisenbacherD closed 1 year ago

MaisenbacherD commented 1 year ago

…mpty string

Fixes this issue: https://github.com/westerndigitalcorporation/zenfs/issues/227

Suggested-by: Yura Sorokin yura.sorokin@percona.com Signed-off-by: Dennis Maisenbacher dennis.maisenbacher@wdc.com

MaisenbacherD commented 1 year ago

@percona-ysorokin This fix is slightly different from what you suggested. Does that work out for you? :)

percona-ysorokin commented 1 year ago

@MaisenbacherD could you also please make sure that we will have v2.1.1 tag after this PR is merged.

MaisenbacherD commented 1 year ago

@percona-ysorokin Yes this will be tagged v2.1.1 after the merge :)