[asterisk-dev] [Code Review] 3986: config: bug: fix truncation of included config files on permissions error
rmudgett
reviewboard at asterisk.org
Tue Sep 9 18:25:36 CDT 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/3986/#review13268
-----------------------------------------------------------
branches/1.8/main/config.c
<https://reviewboard.asterisk.org/r/3986/#comment23752>
fn_size should be a size_t
branches/1.8/main/config.c
<https://reviewboard.asterisk.org/r/3986/#comment23753>
fn_size should be a size_t
branches/1.8/main/config.c
<https://reviewboard.asterisk.org/r/3986/#comment23751>
Change to:
Reset the output flag in case...
branches/1.8/main/config.c
<https://reviewboard.asterisk.org/r/3986/#comment23749>
Delete the ast_debug() message. Only one message is necessary.
branches/1.8/main/config.c
<https://reviewboard.asterisk.org/r/3986/#comment23750>
Delete the ast_debug() message. Only one message is necessary.
- rmudgett
On Sept. 9, 2014, 1:57 p.m., George Joseph wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/3986/
> -----------------------------------------------------------
>
> (Updated Sept. 9, 2014, 1:57 p.m.)
>
>
> Review request for Asterisk Developers.
>
>
> Repository: Asterisk
>
>
> Description
> -------
>
> ast_config_text_file_save() currently truncates include files as they are processed. If a subsequent include file or the main config file has a permissions error that prevents writing, earlier include files are left truncated resulting in a frantic search for backups.
>
> This patch causes ast_config_text_file_save to check for write access on all files before it truncates any of them.
>
> Will be applied 1.8 > trunk.
>
>
> Diffs
> -----
>
> branches/1.8/main/config.c 422882
>
> Diff: https://reviewboard.asterisk.org/r/3986/diff/
>
>
> Testing
> -------
>
> Tested normal access and verified that no files are truncated if any of the can't be written to.
>
>
> Thanks,
>
> George Joseph
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20140909/7de86870/attachment-0001.html>
More information about the asterisk-dev
mailing list