All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 102031] xf86drm.c should use readdir() instead of readdir_r()
@ 2017-08-03 18:35 bugzilla-daemon
  2018-03-22 16:52 ` bugzilla-daemon
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla-daemon @ 2017-08-03 18:35 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 686 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=102031

            Bug ID: 102031
           Summary: xf86drm.c should use readdir() instead of readdir_r()
           Product: DRI
           Version: XOrg git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: libdrm
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: thomasanderson@google.com

readdir_r() has been deprecated in glibc-2.24, so trying to compile libdrm
against those headers will give a deprecation warning.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1987 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug 102031] xf86drm.c should use readdir() instead of readdir_r()
  2017-08-03 18:35 [Bug 102031] xf86drm.c should use readdir() instead of readdir_r() bugzilla-daemon
@ 2018-03-22 16:52 ` bugzilla-daemon
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2018-03-22 16:52 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 732 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=102031

Emil Velikov <emil.l.velikov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Emil Velikov <emil.l.velikov@gmail.com> ---
Should be fixed with

commit bb45ce4e3ac751315bfd7fbfd9e1425bf515ec0d
Author: John Stultz <john.stultz@linaro.org>
Date:   Tue Mar 20 17:48:23 2018 +0000

    libdrm: Use readdir instead of readdir_r to avoid build warnings

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2312 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-22 16:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-03 18:35 [Bug 102031] xf86drm.c should use readdir() instead of readdir_r() bugzilla-daemon
2018-03-22 16:52 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.