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 crypt/22765] (struct crypt_data *data)->initialized is not set to zero before the first call to crypt_r () in crypt/badsalttest.c


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

--- Comment #2 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  650ba77ad547b24e0839c90ed56f7b9445d8165a (commit)
      from  d9f442ce56a716ef4723a05ba913c5e2e78d3096 (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=650ba77ad547b24e0839c90ed56f7b9445d8165a

commit 650ba77ad547b24e0839c90ed56f7b9445d8165a
Author: Il'ya Malakhov <ilmalakhov@yandex.ru>
Date:   Wed Jan 31 14:32:19 2018 -0800

    crypt: Fix badsalttest test (Bug 22765)

    The value of 'cd.initialized' is left uninitialized before the
    first invocation of 'crypt_r ()' in this test despite the fact
    that it should be set to zero according to the API.

    Reviewed-by: Carlos O'Donell <carlos@redhat.com>

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

Summary of changes:
 ChangeLog           |    5 +++++
 crypt/badsalttest.c |    3 +++
 2 files changed, 8 insertions(+), 0 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]