This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/23913] off-by-one in function maybe_script_execute in sysdeps/posix/spawni.c


https://sourceware.org/bugzilla/show_bug.cgi?id=23913

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
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 "GNU C Library master sources".

The branch, master has been updated
       via  f5ec0ea9eaf9753188a0bfa391b101ea8d5efc2b (commit)
      from  8cebd4ffe67bf94508809ea0caa02a4f1d52e8b1 (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 -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f5ec0ea9eaf9753188a0bfa391b101ea8d5efc2b

commit f5ec0ea9eaf9753188a0bfa391b101ea8d5efc2b
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Dec 3 18:20:26 2018 -0200

    posix: Fix segfault in maybe_script_execute

    This patch is essentially 28669f86f6 adjusted for the generic
    implementation.

    Checked on x86_64-linux-gnu with Linux spawni.c removed.  The only
    failure is posix/tst-spawn3, which is expected.

        [BZ #23913]
        * sysdeps/posix/spawni.c (maybe_script_execute):
        Increment size of new_argv by one.

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

Summary of changes:
 ChangeLog              |    6 ++++++
 sysdeps/posix/spawni.c |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]