Update of bug #16378 (project findutils):

                Severity:              3 - Normal => 6 - Security           
                 Privacy:                  Public => Private                
             Assigned to:                    None => jay                    

    _______________________________________________________

Follow-up Comment #2:

What OS are you running?  Exactly what command line did you use?  What type
of filesystem is the file on?

I failed to reproduce the problem here because get_statinfo() alwats
populates state.type with the contents of struct stat.st_mode which is not
zero even for a mode-0 file, because other bits (the bits we are interested
in, in fact) are non-zero, at least on the system I am testing on.

I believe that the fix is to remove the assertion, since it is valid I
suppose for st_mode to be zero, depending on the value of S_IFREG on your
system.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16378>

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



_______________________________________________
Bug-findutils mailing list
Bug-findutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-findutils

Reply via email to