From: monojenkins Date: Mon, 14 Mar 2016 04:35:14 +0000 (+0000) Subject: Merge pull request #2754 from markusbeth/fix-mono-config X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=598062953a1ab9311f0562317cc93aeac120bc15;p=mono.git Merge pull request #2754 from markusbeth/fix-mono-config fixed replacement of $mono_libdir in config file strncpy does not NUL-terminate the destination string in this case so one cannot use strcat to append This fixes the error "malloc: top chunk is corrupt" as reported on mono-devel-list back in 2015-10-20 (subject: "malloc error executing OBS-built mono") at least for me. --- 598062953a1ab9311f0562317cc93aeac120bc15