<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.gnu.findutils.bugs">
    <title>gmane.comp.gnu.findutils.bugs</title>
    <link>http://blog.gmane.org/gmane.comp.gnu.findutils.bugs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5427"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5426"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5425"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5424"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5423"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5422"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5421"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5420"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5419"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5418"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5417"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5416"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5415"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5414"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5413"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5412"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5411"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5410"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5409"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5408"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5427">
    <title>Re: mnemonic for %* of -printf</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5427</link>
    <description>&lt;pre&gt;
The are many formats the -printf option supports.
What's wrong with looking it up in the man page?

Have a nice day,
Berny


&lt;/pre&gt;</description>
    <dc:creator>Bernhard Voelker</dc:creator>
    <dc:date>2013-05-16T07:59:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5426">
    <title>[PATCH] find: fix potential buffer overflow in -execdir and -okdir</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5426</link>
    <description>&lt;pre&gt;* lib/buildcmd.c (bc_push_arg): Take prefix length into account
to avoid state-&amp;gt;argbuf overflow.
* NEWS: Mention this fix.
---

It would be a security issue if one could control factors triggering this
bug, which include a directory with thousands of files.

 ChangeLog      | 7 +++++++
 NEWS           | 2 ++
 lib/buildcmd.c | 2 +-
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index e6914ff..7b4f3e0 100644
--- a/ChangeLog
+++ b/ChangeLog
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,3 +1,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+2013-05-15  Dmitry V. Levin  &amp;lt;ldv&amp;lt; at &amp;gt;altlinux.org&amp;gt;
+
+find: fix potential buffer overflow in -execdir and -okdir.
+* lib/buildcmd.c (bc_push_arg): Take prefix length into account
+to avoid state-&amp;gt;argbuf overflow.
+* NEWS: Mention this fix.
+
 2013-04-22  Paul Eggert  &amp;lt;eggert&amp;lt; at &amp;gt;cs.ucla.edu&amp;gt;
 
 More removal of support for -perm +MODE.
diff --git a/NEWS b/NEWS
index 4349a21..010ba6e 100644
--- a/NEWS
+++ b/NEWS
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -30,6 +30,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; The documentation for xargs now warns about parallel processes (xargs
 Some bugs in 4.5.11 were fixed without adding them to the bug
 database, though they are in the ChangeLog:
 
+*** find -execdir/-okdir potential buffer overflow.
+
 *** Use of [[ ... ]] in find/testsuite/sv-bug-32043.sh
 
 *** Don't delete header files in "lib/" for "make clean".
diff --git a/lib/buildcmd.c b/lib/buildcmd.c
index d135692..2616ed6 100644
--- a/lib/buildcmd.c
+++ b/lib/buildcmd.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -364,7 +364,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; bc_push_arg (struct buildcmd_control *ctl,
 
   if (!terminate)
     {
-      if (state-&amp;gt;cmd_argv_chars + len &amp;gt; ctl-&amp;gt;arg_max)
+      if (state-&amp;gt;cmd_argv_chars + len + pfxlen &amp;gt; ctl-&amp;gt;arg_max)
         {
           if (initial_args || state-&amp;gt;cmd_argc == ctl-&amp;gt;initial_argc)
             error (EXIT_FAILURE, 0,

&lt;/pre&gt;</description>
    <dc:creator>Dmitry V. Levin</dc:creator>
    <dc:date>2013-05-15T23:48:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5425">
    <title>mnemonic for %* of -printf</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5425</link>
    <description>&lt;pre&gt;Hi,

I find that things like '%H' of -printf is very hard to remember. Is
there an easy way to remember '%*'?

&lt;/pre&gt;</description>
    <dc:creator>Peng Yu</dc:creator>
    <dc:date>2013-05-15T16:09:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5424">
    <title>[bug #38963] depend on unlinkat gnulib module</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5424</link>
    <description>&lt;pre&gt;URL:
  &amp;lt;http://savannah.gnu.org/bugs/?38963&amp;gt;

                 Summary: depend on unlinkat gnulib module
                 Project: findutils
            Submitted by: gagern
            Submitted on: Sa 11 Mai 2013 10:12:32 CEST
                Category: find
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
           Fixed Release: None

    _______________________________________________________

Details:

As discussed in https://bugs.gentoo.org/show_bug.cgi?id=469206, building
findutils-4.5.11 on OS X will fail due to lack of an unlinkat function. The
find/pred.c file requires that function unconditionally. Previous releases
apparently shipped that file due to some gnulib-internal dependencies which
seem to have changed since then. The clean solution would be explicitely
importing that module so you can rely on that function.
https://www.gnu.org/software/gnulib/MODULES.html#module=unlinkat




    _______________________________________________________

Reply to this item at:

  &amp;lt;http://savannah.gnu.org/bugs/?38963&amp;gt;

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/



&lt;/pre&gt;</description>
    <dc:creator>Martin von Gagern</dc:creator>
    <dc:date>2013-05-11T08:12:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5423">
    <title>[bug #38899] Find by Last Access Time Actually Modifies the LastAccess Time by Itself</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5423</link>
    <description>&lt;pre&gt;Follow-up Comment #1, bug #38899 (project findutils):

I'am talking about the GnuWin Version of find. Probably sourceforge rather
than here is the proper place to report the bug.

    _______________________________________________________

Reply to this item at:

  &amp;lt;http://savannah.gnu.org/bugs/?38899&amp;gt;

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



&lt;/pre&gt;</description>
    <dc:creator>anonymous</dc:creator>
    <dc:date>2013-05-06T06:45:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5422">
    <title>[bug #38899] Find by Last Access Time Actually Modifies the LastAccess Time by Itself</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5422</link>
    <description>&lt;pre&gt;URL:
  &amp;lt;http://savannah.gnu.org/bugs/?38899&amp;gt;

                 Summary: Find by Last Access Time Actually Modifies the Last
Access Time by Itself
                 Project: findutils
            Submitted by: None
            Submitted on: Sun 05 May 2013 06:48:07 PM UTC
                Category: find
                Severity: 3 - Normal
              Item Group: Wrong result
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: alec lee
        Originator Email: alecleekya&amp;lt; at &amp;gt;hotmail.com
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.20
           Fixed Release: None

    _______________________________________________________

Details:

find "C:/bin" ( -amin -15 )   -print 

tested with version 4.2.20

Test done in windows XP where last access time update was enabled (attention
NTFS last access time will only be updated if the last access time is &amp;gt; around
1hr ago).  So advance the clock by 1 hr for every test.

The above command actually modifies the last access time by itself to the
current time so all the files under c:/bin are always returned regardless of
the files last access time.




    _______________________________________________________

Reply to this item at:

  &amp;lt;http://savannah.gnu.org/bugs/?38899&amp;gt;

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



&lt;/pre&gt;</description>
    <dc:creator>anonymous</dc:creator>
    <dc:date>2013-05-05T18:48:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5421">
    <title>[bug #38474] Unintended (?) behaviour change of -perm +mode predicate</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5421</link>
    <description>&lt;pre&gt;Follow-up Comment #12, bug #38474 (project findutils):


Sure, but POSIX says that find should treat the existing file mode as 0 here. 
For example, POSIX says that "find /tmp -perm +rw" finds all files under /tmp
that are read-write to everyone and that have no other permissions. Admittedly
"+rw" means the same thing as "=rw" here, and "=rw" is clearer; but the point
is that there's good precedent for saying that 'find -perm' should mimic
chmod's syntax, even when the syntax is obscure.


    _______________________________________________________

Reply to this item at:

  &amp;lt;http://savannah.gnu.org/bugs/?38474&amp;gt;

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



&lt;/pre&gt;</description>
    <dc:creator>Paul Eggert</dc:creator>
    <dc:date>2013-04-24T08:03:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5420">
    <title>[bug #38474] Unintended (?) behaviour change of -perm +mode predicate</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5420</link>
    <description>&lt;pre&gt;Update of bug #38474 (project findutils):

                  Status:                   Fixed =&amp;gt; None                   

    _______________________________________________________

Follow-up Comment #11:

I've applied Paul's updated patch.   However, I think I agree with Eric on the
interpretation of the mode argument.

I propose not to reinstante -perm +MODE with different semantics in the
future.

The fact that this went wrong in the first place underlines the fact that more
regression test cases are needed for -perm.

I don't find the argument from compatibility with chmod very convincing since
the mode argument to chmod is understood to describe a modification to the
mode of an existing file.  In the case of -perm, there is no existing file
mode.

Hence a description of how the mode should be interpreted that makes perfect
sense for chmod could still be confusing for find -perm.

This puts me in the uncomfortable position of wondering if mode_change is
really the best basis for find -perm; I'm not sure this is really the intended
use case for that function.   But my first point above probably applies to
gnulib too; if I wanted mode_compile to reject mode strings of the form +MODE
I should probably have contributed a gnulib test case which enforced that.

Anyway I'm marking this bug as not-fixed because better tests are needed (in
findutils, at least).

    _______________________________________________________

Reply to this item at:

  &amp;lt;http://savannah.gnu.org/bugs/?38474&amp;gt;

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



&lt;/pre&gt;</description>
    <dc:creator>James Youngman</dc:creator>
    <dc:date>2013-04-24T07:13:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5419">
    <title>[bug #38474] Unintended (?) behaviour change of -perm +mode predicate</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5419</link>
    <description>&lt;pre&gt;Follow-up Comment #10, bug #38474 (project findutils):

Thanks for catching that problem with 'havekind'.  A patch is attached.

I don't think the code should reject -perm /+0111, or -+0111 for that matter. 
 'chmod +0111 foo' has a well-defined meaning with GNU chmod, and it's nicer
if 'find' is compatible with 'chmod'.  At some point in the future I would
like to remove the special check that prohibits 'find -perm +0111', and allow
it to work as well, compatibly with GNU chmod.  Now's not a good time to do
that, as people may be expecting the no-longer-supported syntax, but after
another few years we should be able to enable 'find -perm +0111' with the new
meaning.

Checking explicitly for octal digits helps make the code a bit clearer to me,
but it's no big deal.  (On architectures where numbers from 0 through 7 can be
represented as immediate bits, it might be a tiny bit faster to check for
octal digits than to check for decimal digits, but again it's no big deal...)

(file #27931)
    _______________________________________________________

Additional Item Attachment:

File name: havekind.txt                   Size:2 KB


    _______________________________________________________

Reply to this item at:

  &amp;lt;http://savannah.gnu.org/bugs/?38474&amp;gt;

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



&lt;/pre&gt;</description>
    <dc:creator>Paul Eggert</dc:creator>
    <dc:date>2013-04-22T22:24:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5418">
    <title>[bug #38474] Unintended (?) behaviour change of -perm +mode predicate</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5418</link>
    <description>&lt;pre&gt;Follow-up Comment #9, bug #38474 (project findutils):

Paul's patch, as modified in commit 9040c5d, is not quite right.

The bool havekind variable is now useless; it is set to true by all branches
of the switch statement.  It can safely be deleted, along with a later switch
statement when havekind is still false.

The code doesn't reject -perm /+0111.  These lines:
  if (NULL == change
      || (perm_expr[0] == '+' &amp;amp;&amp;amp; '0' &amp;lt;= perm_expr[1] &amp;amp;&amp;amp; perm_expr[1] &amp;lt; '8'))
should probably instead be:
  if (NULL == change
      || (perm_expr[mode_start] == '+' &amp;amp;&amp;amp; c_isdigit(perm_expr[mode_start +
1]))

(Note that although c_isdigit will allow '8' and '9', those bogus digits will
have already caused the 'NULL == change' branch to be true; so it is a
reasonable simplification).


    _______________________________________________________

Reply to this item at:

  &amp;lt;http://savannah.gnu.org/bugs/?38474&amp;gt;

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



&lt;/pre&gt;</description>
    <dc:creator>Eric Blake</dc:creator>
    <dc:date>2013-04-22T22:03:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5417">
    <title>[bug #38474] Unintended (?) behaviour change of -perm +mode predicate</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5417</link>
    <description>&lt;pre&gt;Update of bug #38474 (project findutils):

                  Status:                    None =&amp;gt; Fixed                  

    _______________________________________________________

Follow-up Comment #8:

I applied the patch in a slightly modified form, mainly to acommodate some
changes I'd already made to find.texi.  I also modified the patch to update
the manpage as well.   Updated patch is both attached and pushed.

(file #27930)
    _______________________________________________________

Additional Item Attachment:

File name: 0001-Remove-support-for-obsolete-perm-MODE-syntax.patch Size:10 KB


    _______________________________________________________

Reply to this item at:

  &amp;lt;http://savannah.gnu.org/bugs/?38474&amp;gt;

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



&lt;/pre&gt;</description>
    <dc:creator>James Youngman</dc:creator>
    <dc:date>2013-04-22T21:26:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5416">
    <title>[bug #38791] doc: fix typos uncovered by texinfo 5.0</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5416</link>
    <description>&lt;pre&gt;Update of bug #38791 (project findutils):

                  Status:                    None =&amp;gt; Fixed                  
             Assigned to:                    None =&amp;gt; jay                    

    _______________________________________________________

Follow-up Comment #1:

Thanks for the patch.   I've applied it.

    _______________________________________________________

Reply to this item at:

  &amp;lt;http://savannah.gnu.org/bugs/?38791&amp;gt;

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



&lt;/pre&gt;</description>
    <dc:creator>James Youngman</dc:creator>
    <dc:date>2013-04-22T20:32:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5415">
    <title>Re: PATCH -- fix off-by-one bugs in locate</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5415</link>
    <description>&lt;pre&gt;Actually I just forgot it.  Fixed now.   Thanks.


&lt;/pre&gt;</description>
    <dc:creator>James Youngman</dc:creator>
    <dc:date>2013-04-22T20:19:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5414">
    <title>Re: PATCH -- fix off-by-one bugs in locate</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5414</link>
    <description>&lt;pre&gt;

Thanks.  As far as I can see they do exactly what I wanted.  I assume you
had good reasons to not enable assertions, i.e., keep the '#define NDEBUG'.

Regards
Peter


&lt;/pre&gt;</description>
    <dc:creator>Peter Breitenlohner</dc:creator>
    <dc:date>2013-04-22T06:59:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5413">
    <title>Re: man page says nothing on rounding for -size</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5413</link>
    <description>&lt;pre&gt;
I've just done that in the current git tree.   Thanks for the suggestion,

James.


&lt;/pre&gt;</description>
    <dc:creator>James Youngman</dc:creator>
    <dc:date>2013-04-21T22:10:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5412">
    <title>Re: -ls0</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5412</link>
    <description>&lt;pre&gt;Added, thanks.


&lt;/pre&gt;</description>
    <dc:creator>James Youngman</dc:creator>
    <dc:date>2013-04-21T17:50:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5411">
    <title>Re: Xargs Incorrect number of lines “-I”</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5411</link>
    <description>&lt;pre&gt;On Mon, Feb 13, 2012 at 6:35 AM, Titkov, Sergey
&amp;lt;Sergey.Titkov&amp;lt; at &amp;gt;billing.ru&amp;gt; wrote:



I'm not sure.   Can you reproduce the same problem with a plan text
file (containing the dir /B ouput) as input to xargs?   What's the
exit code of xargs in this case?    Are you using Cygwin?   If yes,
try asking for help on the Cygwin mailing list.

Thanks,
James.


&lt;/pre&gt;</description>
    <dc:creator>James Youngman</dc:creator>
    <dc:date>2013-04-21T17:41:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5410">
    <title>Re: find.texi Texinfo fixes</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5410</link>
    <description>&lt;pre&gt;Sorry, I had applied your patch of the previous day, but missed this
one.  It's now applied.


&lt;/pre&gt;</description>
    <dc:creator>James Youngman</dc:creator>
    <dc:date>2013-04-21T17:37:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5409">
    <title>[bug #38474] Unintended (?) behaviour change of -perm +mode predicate</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5409</link>
    <description>&lt;pre&gt;Follow-up Comment #7, bug #38474 (project findutils):

Let's follow Eric's mild preference and make it an error.  I'm attaching a
proposed patch.

(file #27916)
    _______________________________________________________

Additional Item Attachment:

File name: patch.txt                      Size:7 KB


    _______________________________________________________

Reply to this item at:

  &amp;lt;http://savannah.gnu.org/bugs/?38474&amp;gt;

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



&lt;/pre&gt;</description>
    <dc:creator>Paul Eggert</dc:creator>
    <dc:date>2013-04-21T07:38:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5408">
    <title>[bug #38791] doc: fix typos uncovered by texinfo 5.0</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5408</link>
    <description>&lt;pre&gt;URL:
  &amp;lt;http://savannah.gnu.org/bugs/?38791&amp;gt;

                 Summary: doc: fix typos uncovered by texinfo 5.0
                 Project: findutils
            Submitted by: eggert
            Submitted on: Sat 20 Apr 2013 10:10:29 PM PDT
                Category: find
                Severity: 3 - Normal
              Item Group: Compilation Failure
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Paul Eggert
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
           Fixed Release: None

    _______________________________________________________

Details:

'make' fails for findutils if texinfo 5.0 is installed.  I'm attaching the
obvious patch.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sat 20 Apr 2013 10:10:29 PM PDT  Name: patch.txt  Size: 1kB   By: eggert
obvious patch
&amp;lt;http://savannah.gnu.org/bugs/download.php?file_id=27915&amp;gt;

    _______________________________________________________

Reply to this item at:

  &amp;lt;http://savannah.gnu.org/bugs/?38791&amp;gt;

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



&lt;/pre&gt;</description>
    <dc:creator>Paul Eggert</dc:creator>
    <dc:date>2013-04-21T05:10:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5407">
    <title>Re: SIGPIPE warning</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.findutils.bugs/5407</link>
    <description>&lt;pre&gt;
Well to the letter of the law it would break POSIX "compliance".
Though this is in the context of "ERRORS", whereas SIGPIPE
could be thought of normal process flow, and is handled as such elsewhere.
I'd be inclined to only apply the letter of the law if the
POSIXLY_CORRECT env variable was set.
Also it might be something to bring up with POSIX.

thanks,
Pádraig.



&lt;/pre&gt;</description>
    <dc:creator>Pádraig Brady</dc:creator>
    <dc:date>2013-04-20T17:13:59</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gnu.findutils.bugs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnu.findutils.bugs</link>
  </textinput>
</rdf:RDF>
