Skip to content
Snippets Groups Projects
  • Markus Trippelsdorf's avatar
    04f91503
    Fix UB in hash-map.h · 04f91503
    Markus Trippelsdorf authored
    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
    04f91503
    History
    Fix UB in hash-map.h
    Markus Trippelsdorf authored
    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