You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/11/03 15:34:58 UTC

[jira] [Work logged] (TS-5031) readdir_r() is deprecated

     [ https://issues.apache.org/jira/browse/TS-5031?focusedWorklogId=31538&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-31538 ]

ASF GitHub Bot logged work on TS-5031:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 03/Nov/16 15:34
            Start Date: 03/Nov/16 15:34
    Worklog Time Spent: 10m 
      Work Description: GitHub user zwoop opened a pull request:

    https://github.com/apache/trafficserver/pull/1185

    TS-5031: Use readdir() instead of readdir_r()

    See http://lwn.net/Articles/696474/.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zwoop/trafficserver TS-5031

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1185.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1185
    
----

----


Issue Time Tracking
-------------------

            Worklog Id:     (was: 31538)
            Time Spent: 10m
    Remaining Estimate: 0h

> readdir_r() is deprecated
> -------------------------
>
>                 Key: TS-5031
>                 URL: https://issues.apache.org/jira/browse/TS-5031
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>             Fix For: 7.1.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Indications are that it's now "safe" to just assume that readdir() is thread safe ... http://lwn.net/Articles/696474/
> This fix is needed for e.g. Ubuntu 16.10 builds to succeed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)