Handle ref return from Iterator::key() Handle this in the implementation of get_current_key of user_it, so that the callers may assume that the key is not a reference. Fixes oss
Handle ref return from Iterator::key() Handle this in the implementation of get_current_key of user_it, so that the callers may assume that the key is not a reference. Fixes oss-fuzz #33018.
show more ...
|