You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Igor Galić (JIRA)" <ji...@apache.org> on 2013/12/06 17:40:35 UTC

[jira] [Created] (TS-2421) HostDB creates files FOR THE DEVIL

Igor Galić created TS-2421:
------------------------------

             Summary: HostDB creates files FOR THE DEVIL
                 Key: TS-2421
                 URL: https://issues.apache.org/jira/browse/TS-2421
             Project: Traffic Server
          Issue Type: Bug
          Components: DNS, Security
            Reporter: Igor Galić


from iocore/hostdb/MultiCache.cc:
{code:C}
  // XXX: Shouldn't that be 0664?
  //
  if ((fd =::open(p, O_CREAT | O_WRONLY | O_TRUNC, 0666)) >= 0) {
{code}

Yes. Yes it should.



--
This message was sent by Atlassian JIRA
(v6.1#6144)