[Bug 198038] c11 thrd_join function from libstdthreads seg faults.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 26 09:42:11 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198038

--- Comment #3 from commit-hook at freebsd.org ---
A commit references this bug:

Author: kib
Date: Thu Feb 26 09:42:04 UTC 2015
New revision: 279318
URL: https://svnweb.freebsd.org/changeset/base/279318

Log:
  Check that the pointer to the thread return value is not NULL before
  dereferencing. NULL is allowed by C11 and must be handled.

  Reported and tested by:    Vineela <vineela_17 at yahoo.com>
  PR:    198038
  Sponsored by:    The FreeBSD Foundation
  MFC after:    1 week

Changes:
  head/lib/libstdthreads/thrd.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-standards mailing list