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 nss/20237] nss_db: get*ent segfaults without preceding set*ent


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

--- 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  31d0a4fa646db8b8c97ce24e0ec0a7b73de4fca1 (commit)
      from  073f82140c7dbd7af387153c29ac7ac3e882c4ef (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=31d0a4fa646db8b8c97ce24e0ec0a7b73de4fca1

commit 31d0a4fa646db8b8c97ce24e0ec0a7b73de4fca1
Author: Florian Weimer <fweimer@redhat.com>
Date:   Sat Jun 11 12:12:56 2016 +0200

    nss_db: Fix initialization of iteration position [BZ #20237]

    When get*ent is called without a preceding set*ent, we need
    to set the initial iteration position in get*ent.

    Reproducer: Add âservices: db filesâ to /etc/nsswitch.conf, then run
    âperl -e getserventâ.  It will segfault before this change, and exit
    silently after it.

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

Summary of changes:
 ChangeLog           |    7 +++++++
 nss/nss_db/db-XXX.c |    8 +++++++-
 2 files changed, 14 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]