<feed xmlns='http://www.w3.org/2005/Atom'>
<title>musl/src/thread/pthread_getname_np.c, branch v1.2.6</title>
<subtitle>musl - an implementation of the standard library for Linux-based systems</subtitle>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/'/>
<entry>
<title>fix error checking in pthread_getname_np</title>
<updated>2021-08-06T15:26:15+00:00</updated>
<author>
<name>Érico Nogueira</name>
<email>ericonr@disroot.org</email>
</author>
<published>2021-07-10T03:24:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=3eed6a6f0a400763313bc5dca6e3b22a75166dbe'/>
<id>3eed6a6f0a400763313bc5dca6e3b22a75166dbe</id>
<content type='text'>
len is unsigned and can never be smaller than 0. though unlikely, an
error in read() would have lead to an out of bounds write to name.

Reported-by: Michael Forney &lt;mforney@mforney.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
len is unsigned and can never be smaller than 0. though unlikely, an
error in read() would have lead to an out of bounds write to name.

Reported-by: Michael Forney &lt;mforney@mforney.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add pthread_getname_np function</title>
<updated>2021-04-20T19:34:30+00:00</updated>
<author>
<name>Érico Rolim</name>
<email>ericonr@disroot.org</email>
</author>
<published>2021-04-20T19:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.musl-libc.org/cgit/musl/commit/?id=bd3b9c4ca5e93f10f7fd891b8c07cc0c5dfd198f'/>
<id>bd3b9c4ca5e93f10f7fd891b8c07cc0c5dfd198f</id>
<content type='text'>
based on the pthread_setname_np implementation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
based on the pthread_setname_np implementation
</pre>
</div>
</content>
</entry>
</feed>
