Skip to content
Snippets Groups Projects
Commit 04f91503 authored by Markus Trippelsdorf's avatar Markus Trippelsdorf Committed by Markus Trippelsdorf
Browse files

Fix UB in hash-map.h

bootstrap-ubsan shows:
  gcc/hash-map.h:277:19: runtime error: member access within null pointer of type 'struct hash_map'

Fix the issue by returning early.

From-SVN: r255166
parent ff27462e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment