Date: Wed, 25 Feb 2015 16:47:42 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-standards@FreeBSD.org Subject: [Bug 198038] c11 thrd_join function from libstdthreads seg faults. Message-ID: <bug-198038-15@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198038 Bug ID: 198038 Summary: c11 thrd_join function from libstdthreads seg faults. Product: Base System Version: 10.1-STABLE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: standards Assignee: freebsd-standards@FreeBSD.org Reporter: vineela_17@yahoo.com Thrd_join function from libstdthreads seg faults when second parameter res is passed as NULL. The function in thrd.c writes to res without null check. C11 std specifies the parameter can be null. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198038-15>