Summary: | ASTERISK-11524: Build astcanary fails because of missing mode in open call | ||
Reporter: | Jeffrey C. Ollie (jcollie) | Labels: | |
Date Opened: | 2008-02-26 23:39:54.000-0600 | Date Closed: | 2008-02-27 09:31:27.000-0600 |
Priority: | Minor | Regression? | No |
Status: | Closed/Complete | Components: | Core/BuildSystem |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ||
Description: | Build of astcanary fails because O_CREAT is specified as a flag to a call to open(2) but a mode is not specified. I will be attaching a patch which fixes the problem. | ||
Comments: | By: Digium Subversion (svnbot) 2008-02-27 09:31:27.000-0600 Repository: asterisk Revision: 104534 U trunk/utils/astcanary.c ------------------------------------------------------------------------ r104534 | tilghman | 2008-02-27 09:31:02 -0600 (Wed, 27 Feb 2008) | 3 lines open(2) needs a mode argument when O_CREAT is specified. (Closes issue ASTERISK-11524) ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=104534 |