]> Savannah Git Hosting - gnulib.git/commit
csharpcomp: Fix memory management bug (regression yesterday).
authorBruno Haible <bruno@clisp.org>
Wed, 9 Oct 2024 01:05:33 +0000 (03:05 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 9 Oct 2024 01:05:33 +0000 (03:05 +0200)
commit5949b7855aff36e7e084d7f2c15b62575b258171
treed35eeec37e96f55c2afc865be4d877e9a299e08a
parent2529243503f93aed2ddb249e4b459c5afda78add
csharpcomp: Fix memory management bug (regression yesterday).

* lib/csharpcomp.c (compile_csharp_using_sscli): Allocate the source
options with malloc() always, not sometimes with malloca() and sometimes
with malloc().
ChangeLog
lib/csharpcomp.c