Commit 402f350d06c3d307909acbec0f728ca6cfd3d1c9

Pádraig Brady 2015-06-24T17:54:16

userspec: avoid undefined behavior in gettext call GCC 5.1.1 -fsanitize=undefined with glibc 2.21 is returning: "runtime error: null pointer passed as argument 2, which is declared to never be null" * lib/userspec.c (parse_with_separator): Avoid passing NULL to gettext()