Skip to content
Snippets Groups Projects
Commit e37b6421 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

config: fix UB on configuration-less modules

If a conf.size is 0, then conf.items will be NULL so
the expression (conf.items + conf.size) is undefined.
parent 2f66f821
No related branches found
No related tags found
Loading
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