[Libreoffice-bugs] [Bug 94695] osl_createHostAddrByAddr uses non-threadsafe gethostbyaddr

2017-10-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94695

Arkadiy Illarionov  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |qar...@gmail.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94695] osl_createHostAddrByAddr uses non-threadsafe gethostbyaddr

2017-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94695

--- Comment #21 from Arkadiy Illarionov  ---
Hi,
I work on this bug and use getnameinfo() instead of suggested getaddrinfo()
since all we need from this is host's name. Am I missing something?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94695] osl_createHostAddrByAddr uses non-threadsafe gethostbyaddr

2017-09-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94695

Shinnok  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
 CC||ad...@shinnok.com
   Assignee|rbzohar...@gmail.com|libreoffice-b...@lists.free
   ||desktop.org

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94695] osl_createHostAddrByAddr uses non-threadsafe gethostbyaddr

2017-01-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94695

rbzohar...@gmail.com changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |rbzohar...@gmail.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94695] osl_createHostAddrByAddr uses non-threadsafe gethostbyaddr

2016-12-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94695

jan iversen  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
   Assignee|sudk1...@gmail.com  |libreoffice-b...@lists.free
   ||desktop.org

--- Comment #13 from jan iversen  ---
Unassigned due to lack of work

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94695] osl_createHostAddrByAddr uses non-threadsafe gethostbyaddr

2016-10-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94695

Sudarshan K  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |sudk1...@gmail.com
   |desktop.org |
 QA Contact|sudk1...@gmail.com  |

--- Comment #9 from Sudarshan K  ---
(In reply to jan iversen from comment #8)
> Why have you set yourself as QA contact ? you have submitted a patch so
> surely you are assignee (and status == ASSIGNED)

I saw that, I must have done it by mistake. I have taken myself off it.
Although I have assigned myself the bug, since I'm working on it.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94695] osl_createHostAddrByAddr uses non-threadsafe gethostbyaddr

2016-10-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94695

--- Comment #8 from jan iversen  ---
Why have you set yourself as QA contact ? you have submitted a patch so surely
you are assignee (and status == ASSIGNED)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94695] osl_createHostAddrByAddr uses non-threadsafe gethostbyaddr

2016-10-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94695

--- Comment #7 from jan iversen  ---
(In reply to Sudarshan K from comment #6)
> Submitted a patch here - https://gerrit.libreoffice.org/29909. I checked the
> links here - 
> http://www.ibm.com/support/knowledgecenter/ssw_i5_54/rzab6/xthread.htm
> and
> https://linux.die.net/man/3/gethostbyaddr_r
> gethostbyaddr_r is thread safe.

No need to comment in the bug, we see the patch in gerrit and it has already
been commented and the tdf# in the patch makes the connection.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94695] osl_createHostAddrByAddr uses non-threadsafe gethostbyaddr

2016-10-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94695

Sudarshan K  changed:

   What|Removed |Added

 QA Contact||sudk1...@gmail.com

--- Comment #6 from Sudarshan K  ---
Submitted a patch here - https://gerrit.libreoffice.org/29909. I checked the
links here - 
http://www.ibm.com/support/knowledgecenter/ssw_i5_54/rzab6/xthread.htm
and
https://linux.die.net/man/3/gethostbyaddr_r
gethostbyaddr_r is thread safe.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94695] osl_createHostAddrByAddr uses non-threadsafe gethostbyaddr

2016-07-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94695

jan iversen  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #5 from jan iversen  ---
sal/osl/unx/socket.cxx

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94695] osl_createHostAddrByAddr uses non-threadsafe gethostbyaddr

2016-04-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94695

jan iversen  changed:

   What|Removed |Added

 Whiteboard|ToBeReviewed|

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94695] osl_createHostAddrByAddr uses non-threadsafe gethostbyaddr

2016-03-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94695

Jakub Trzebiatowski  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #4 from Jakub Trzebiatowski  ---
What about windows? Is it thread-safe on windows?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94695] osl_createHostAddrByAddr uses non-threadsafe gethostbyaddr

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94695

jan iversen  changed:

   What|Removed |Added

 Whiteboard||ToBeReviewed

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94695] osl_createHostAddrByAddr uses non-threadsafe gethostbyaddr

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94695

jan iversen  changed:

   What|Removed |Added

   Keywords||skillCpp

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94695] osl_createHostAddrByAddr uses non-threadsafe gethostbyaddr

2016-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94695

Björn Michaelsen  changed:

   What|Removed |Added

   Keywords|skillLinux  |

--- Comment #2 from Björn Michaelsen  ---
removing skillLinux keyword. There is no such thing at
https://wiki.documentfoundation.org/Development/Easy_Hacks/lists/by_Required_Skill
and having a "skill*" keyword makes the easyHack not even appear on that page
even in "uncategorized".

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94695] osl_createHostAddrByAddr uses non-threadsafe gethostbyaddr

2015-10-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94695

Stephan Bergmann  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||sberg...@redhat.com
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94695] osl_createHostAddrByAddr uses non-threadsafe gethostbyaddr

2015-10-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94695

Stephan Bergmann  changed:

   What|Removed |Added

 CC||libreoffice@lists.freedeskt
   ||op.org
 Whiteboard||EasyHack DifficultyBeginner
   ||SkillLinux TopicCleanup

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs