Bug 128006 - talk uses obsolete socket option SO_BSDCOMPAT
Summary: talk uses obsolete socket option SO_BSDCOMPAT
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: talk
Version: 2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jindrich Novy
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-07-16 11:59 UTC by Ferry Huberts
Modified: 2013-07-02 23:01 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-08-10 09:05:36 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
talk-0.17-sockopt.patch (602 bytes, patch)
2004-07-29 13:41 UTC, Jindrich Novy
no flags Details | Diff

Description Ferry Huberts 2004-07-16 11:59:29 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040514

Description of problem:
talk uses obsolete socket option SO_BSDCOMPAT

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

How reproducible:
Always

Steps to Reproduce:
1. talk <logged in user>
    

Actual Results:  in syslog:
kernel: process `talk' is using obsolete setsockopt SO_BSDCOMPAT

talk does not operate normally now

Expected Results:  normal operation

Additional info:

Comment 1 Jindrich Novy 2004-07-29 13:41:46 UTC
Created attachment 102283 [details]
talk-0.17-sockopt.patch

Comment 2 Jindrich Novy 2004-07-29 13:54:07 UTC
It looks like talk developers possibly assumed that OS_BSDCOMPAT is
only defined on *BSD environments what leads to inappropriate use of
setsockopt under GNU/Linux. Even they tried to fix the problem in
source it doesn't work. The patch in comment #1 fixes the problem.
It'll be fixed also in FC.

greetings,
Jindrich


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