-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Description
as_buf
passes to the callback the length of the string + 1 for the null character. Now that it as_buf
also accepts slices this results in some very confusing behavior (#3365).
I suggest we remove the len
parameter completely. Users that care about the length should capture it and not assume anything about null termination (as_c_str is
for null termination).
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.