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:42:35 UTC

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

     [ https://issues.apache.org/jira/browse/TS-2421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Galić updated TS-2421:
---------------------------

    Description: 
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.

  was:
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.


> 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)