]> granicus.if.org Git - neomutt/commit
build fix for strndup / malloc
authorRichard Russon <rich@flatcap.org>
Sun, 2 Oct 2016 12:01:06 +0000 (13:01 +0100)
committerRichard Russon <rich@flatcap.org>
Sun, 2 Oct 2016 12:01:08 +0000 (13:01 +0100)
commit81041f8c22f05be2865dec514d23de16c3893e3f
tree65bd5f3f73597853f11d04498318d52ce2733f85
parent34892c3034b1d80694063e444d4f45cf2bc97774
build fix for strndup / malloc

Some systems don't have strndup() and rely on our version.
I changed it to use Mutt's safe_malloc(), but unfortunately it gets
compiled into some tools which don't have that function.
strndup.c