[bug-notifications] [libiconv2 0004726]: build is not thread-safe - errno issues
Mantis Bug Tracker
noreply at opencsw.org
Sat Oct 22 19:46:25 CEST 2011
The following issue has been CLOSED
======================================================================
https://www.opencsw.org/mantis/view.php?id=4726
======================================================================
Reported By: huginn
Assigned To: dam
======================================================================
Project: libiconv2
Issue ID: 4726
Category: regular use
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2011-03-16 17:44 CET
Last Modified: 2011-10-22 19:46 CEST
======================================================================
Summary: build is not thread-safe - errno issues
Description:
errno in libiconv latest build is a simple global variable
[amok at border](1)~/$ nm /opt/csw/lib/amd64/libiconv.so | grep errno
[954] | 0| 0|OBJT |GLOB |0 |UNDEF |errno
Programs build with thread-safe errno fail on errno check
when iconv() returns with non zero value and should set errno.
Package from blastwave.org is build with thread-safe errno BTW.
[amok at border](1)~/$ nm /opt/csw/lib/amd64/libiconv.so | grep errno
[1314] | 0| 0|FUNC |GLOB |0 |UNDEF |___errno
======================================================================
----------------------------------------------------------------------
(0009355) dam (administrator) - 2011-10-22 19:46
https://www.opencsw.org/mantis/view.php?id=4726#c9355
----------------------------------------------------------------------
The updated libiconv has been released to current/.
More information about the bug-notifications
mailing list