[asterisk-bugs] [Asterisk 0011669]: [patch] Asterisk misses cast to char * on some execl calls
noreply at bugs.digium.com
noreply at bugs.digium.com
Wed Jan 2 19:40:45 CST 2008
The following issue has been UPDATED.
======================================================================
http://bugs.digium.com/view.php?id=11669
======================================================================
Reported By: mvanbaak
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 11669
Category: Core-General
Reproducibility: always
Severity: minor
Priority: high
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 96077
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 01-02-2008 17:33 CST
Last Modified: 01-02-2008 19:40 CST
======================================================================
Summary: [patch] Asterisk misses cast to char * on some execl
calls
Description:
app_ices.c, app_mp3.c and main/asterisk.c call execl. They include the NULL
as last argument, but on OpenBSD you need to cast them to (char *) for it
to compile
This patch adds those casts.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
01-02-08 19:40 Corydon76 Severity major => minor
01-02-08 19:40 Corydon76 Category General => Core-General
======================================================================
More information about the asterisk-bugs
mailing list