gcc/libstdc++-v3/include/ext/pb_ds
Jonathan Wakely ca871701c2 libstdc++: Fix null dereference in pb_ds containers
This fixes ubsan errors:

ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp:533:15: runtime error: member access within null pointer of type 'struct entry'

libstdc++-v3/ChangeLog:

	* include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
	(find_key_pointer(key_const_reference, false_type))
	(find_key_pointer(key_const_reference, true_type)): Do not
	dereference null pointer.
2021-05-04 22:34:20 +01:00
..
detail libstdc++: Fix null dereference in pb_ds containers 2021-05-04 22:34:20 +01:00
assoc_container.hpp
exception.hpp
hash_policy.hpp
list_update_policy.hpp
priority_queue.hpp libstdc++: Fix Doxygen warnings 2021-04-06 16:43:24 +01:00
tag_and_trait.hpp
tree_policy.hpp
trie_policy.hpp