make-alpha
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] make branch, master, updated. 4.1-23-g48391c2


From: Eli Zaretskii
Subject: [SCM] make branch, master, updated. 4.1-23-g48391c2
Date: Wed, 23 Sep 2015 08:45:44 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "make".

The branch, master has been updated
       via  48391c28179be3dad3d9634a728fd0f5484b1cb7 (commit)
      from  42745a900f191f67637c5c819a0672dd30b45b50 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 48391c28179be3dad3d9634a728fd0f5484b1cb7
Author: Eli Zaretskii <address@hidden>
Date:   Wed Sep 23 11:42:53 2015 +0300

    [SV 45838] When invoking w32 programs, don't use free'd memory.
    
    * w32/subproc/sub_proc.c (process_begin): Freeing argv[0] makes
    the other argv[i] pointers invalid, so need to allocate a new
    array and copy argv[i] for i != 0 first, replacing argv[0] with
    the batch file name, before we can free argv[0].

-----------------------------------------------------------------------

Summary of changes:
 w32/subproc/sub_proc.c |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
make



reply via email to

[Prev in Thread] Current Thread [Next in Thread]