Bug 1318296 - should find_library("c") be used instead of find_library("libc") in geo-replication/syncdaemon/libcxattr.py?
Summary: should find_library("c") be used instead of find_library("libc") in geo-repli...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: GlusterFS
Classification: Community
Component: geo-replication
Version: 3.6.9
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Saravanakumar
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 1352423
TreeView+ depends on / blocked
 
Reported: 2016-03-16 13:08 UTC by Roman Tereshonkov
Modified: 2016-08-01 09:25 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1352423 (view as bug list)
Environment:
Last Closed: 2016-08-01 09:25:04 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Roman Tereshonkov 2016-03-16 13:08:01 UTC
Description of problem:

In geo-replication/syncdaemon/libcxattr.py
is it right to use 
libc = CDLL(find_library("libc"))
instead of 
libc = CDLL(find_library("c"))


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Saravanakumar 2016-07-04 08:04:06 UTC
Patch posted in upstream:
http://review.gluster.org/#/c/14852/

Comment 2 Saravanakumar 2016-08-01 09:25:04 UTC
This is not a security bug, not going to fix this in 3.6.x because of http://www.gluster.org/pipermail/gluster-users/2016-July/027682.html

As mentioned in comment#1, patch is posted and merged in upstream.


Note You need to log in before you can comment on or make changes to this bug.