branch | stable |
changeset 49607 | d122c8fda5a0 |
parent 48946 | 642e31cb55f0 |
child 51790 | ecc3a893979d |
--- a/mercurial/cffi/osutil.py Wed Nov 02 12:54:12 2022 -0400 +++ b/mercurial/cffi/osutil.py Tue Nov 08 18:05:19 2022 -0500 @@ -57,7 +57,7 @@ ofs = cur.name_info.attr_dataoffset str_lgt = cur.name_info.attr_length base_ofs = ffi.offsetof(b'val_attrs_t', b'name_info') - name = str( + name = bytes( ffi.buffer( ffi.cast(b"char*", cur) + base_ofs + ofs, str_lgt - 1 )