<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/stdio, branch releng/7.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F7.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F7.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2010-01-20T00:54:51Z</updated>
<entry>
<title>MFC r200799:</title>
<updated>2010-01-20T00:54:51Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2010-01-20T00:54:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c5f18c914378da904155704c4cad4a14dd94cec0'/>
<id>urn:sha1:c5f18c914378da904155704c4cad4a14dd94cec0</id>
<content type='text'>
K&amp;R -&gt; ANSI prototype.
</content>
</entry>
<entry>
<title>MFC: r201836</title>
<updated>2010-01-15T19:44:40Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2010-01-15T19:44:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a61ac5f8a084ffef79569caa01e3da0a5ee40647'/>
<id>urn:sha1:a61ac5f8a084ffef79569caa01e3da0a5ee40647</id>
<content type='text'>
Remove unnecessary quoting and markup, add missing punctuation.
</content>
</entry>
<entry>
<title>MFC revs 199781,199782,199784,199786:</title>
<updated>2009-12-02T03:08:29Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2009-12-02T03:08:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=266be50da0d0753b054db33c073f07f6208f679e'/>
<id>urn:sha1:266be50da0d0753b054db33c073f07f6208f679e</id>
<content type='text'>
  Eliminate dead stores.

  In __mbsconv(), if prec was zero, nconv could have been used
  uninitialized.  Initialize it to a safe value so that there's no
  chance of returning an error if stack garbage happens to be equal to
  (size_t)-1 or (size_t)-2.

  In clnt_raw_create(), avoid minor race condition initializing the
  file-scope variable clntraw_private.

Mark head rev 199785 as merged; 7-STABLE's version of svc_raw_reply()
doesn't have the same bug (or even look all that similar).

Found by:		Clang static analyzer
</content>
</entry>
<entry>
<title>Partial MFC of r189131:</title>
<updated>2009-03-14T18:19:50Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2009-03-14T18:19:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b046f4c0c76df7520dfe09e23395dc8352e5b7df'/>
<id>urn:sha1:b046f4c0c76df7520dfe09e23395dc8352e5b7df</id>
<content type='text'>
  Make sure %zd treats negative arguments properly on 32-bit platforms.

  PR:		131880
</content>
</entry>
<entry>
<title>MFC r186887:</title>
<updated>2009-01-28T05:07:16Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2009-01-28T05:07:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5c1840ee055da12ab7e437cd45d132a6f81974f0'/>
<id>urn:sha1:5c1840ee055da12ab7e437cd45d132a6f81974f0</id>
<content type='text'>
  Set the error indicator on an attempt to write to a read-only stream.

  PR:		127335
</content>
</entry>
<entry>
<title>MFC: Fix fread() to return a correct value on platforms where sizeof(int) !=</title>
<updated>2008-12-13T16:53:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2008-12-13T16:53:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=333e2d87944c0544d53c362f7406372658261662'/>
<id>urn:sha1:333e2d87944c0544d53c362f7406372658261662</id>
<content type='text'>
sizeof(size_t), i.e. on all 64-bit platforms.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC r181281: Make swprintf("%s", "") not fail randomly depending on</title>
<updated>2008-08-30T23:10:29Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2008-08-30T23:10:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7db84cf35bcecc0a6bb982bdc09fb07738d16ac0'/>
<id>urn:sha1:7db84cf35bcecc0a6bb982bdc09fb07738d16ac0</id>
<content type='text'>
uninitialized variables.
</content>
</entry>
<entry>
<title>MFC: Fix a few bugs with the _gettemp() routine which implements mkstemp(),</title>
<updated>2008-08-04T21:20:22Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2008-08-04T21:20:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4e3d1f8338b947a6fd6f0918462a9bb05b1637de'/>
<id>urn:sha1:4e3d1f8338b947a6fd6f0918462a9bb05b1637de</id>
<content type='text'>
mkstemps(), and mkdtemp().
</content>
</entry>
<entry>
<title>MFC r178921 to stable/7:</title>
<updated>2008-07-28T19:35:26Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2008-07-28T19:35:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c9db621d8f5ab4763006ebee388aa713f00e94fb'/>
<id>urn:sha1:c9db621d8f5ab4763006ebee388aa713f00e94fb</id>
<content type='text'>
  Remove useless call to getdtablesize(2) in fdopen(3) and its useless
  variable nofile.

  PR:             123109
  Submitted by:   Christoph Mallon
  Approved by:    rwatson (mentor)
  MFC after:      1 month
</content>
</entry>
<entry>
<title>MFC: Fix a resource leak in the recent fixes for file descriptors &gt;</title>
<updated>2008-04-29T17:44:00Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2008-04-29T17:44:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ab270b4fd7feb4d14554fa9c09f1d171f3109b90'/>
<id>urn:sha1:ab270b4fd7feb4d14554fa9c09f1d171f3109b90</id>
<content type='text'>
SHRT_MAX.
</content>
</entry>
</feed>
