To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44886
                  Issue #:|44886
                  Summary:|race condition possible with script "cde-open-url"
                Component:|framework
                  Version:|680m85
                 Platform:|All
                      URL:|
               OS/Version:|Linux
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P2
             Subcomponent:|code
              Assigned to:|tm
              Reported by:|maxweber





------- Additional comments from [EMAIL PROTECTED] Sat Mar 12 08:19:59 -0800 
2005 -------
PJanik m85 Linux build x386

~/OpenOffice.orgm85/program/cde-open-url

code in row 54, 56 is not race cond. safe.

----------------------------------------

# special handling for mailto: uris
if echo $1 | grep '^mailto:' > /dev/null; then
  ( echo $1 > /tmp/$$.mailto; dtaction Open /tmp/$$.mailto; rm -f 
/tmp/$$.mailto ) &
else
  ( echo $1 > /tmp/$$.url; dtaction Browse /tmp/$$.url; rm -f /tmp/$$.url ) &
fi

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to