Skip to content

sidebar links: protect against NULL var reaching strcmp()

Protect against a valid case of index_expand being NULL, by adding a NULL check prior to checking for empty string with strcmp().

Closes #1113 (closed)

Merge request reports