<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glibc.git/resolv/ns_name_ntop.c, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/'/>
<entry>
<title>resolv: Move ns_name_ntop to its own file and into libc</title>
<updated>2021-07-15T06:39:31+00:00</updated>
<author>
<name>Florian Weimer</name>
<email>fweimer@redhat.com</email>
</author>
<published>2021-07-15T06:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/glibc.git/commit/?id=adcc572a29169e5b571ab06b1a5bf941985d8fe6'/>
<id>adcc572a29169e5b571ab06b1a5bf941985d8fe6</id>
<content type='text'>
Reformat to GNU style.  Avoid out-of-bounds pointer arithmetic
(e.g., use eom - dn &lt; 2 instead of dn + 1 &gt;= eom).  Inline the
labellen function and fold the compression pointer check into
the length check (l &gt;= 64).  Assume ASCII encoding.

The symbol was moved using scripts/move-symbol-to-libc.py.

Reviewed-by: Carlos O'Donell &lt;carlos@redhat.com&gt;
Tested-by: Carlos O'Donell &lt;carlos@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reformat to GNU style.  Avoid out-of-bounds pointer arithmetic
(e.g., use eom - dn &lt; 2 instead of dn + 1 &gt;= eom).  Inline the
labellen function and fold the compression pointer check into
the length check (l &gt;= 64).  Assume ASCII encoding.

The symbol was moved using scripts/move-symbol-to-libc.py.

Reviewed-by: Carlos O'Donell &lt;carlos@redhat.com&gt;
Tested-by: Carlos O'Donell &lt;carlos@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
