[Asterisk-code-review] cdr/cdr csv.c: Set file name for csv master to the module wh... (asterisk[master])
Joshua Colp
asteriskteam at digium.com
Mon May 11 07:05:03 CDT 2015
Joshua Colp has posted comments on this change.
Change subject: cdr/cdr_csv.c: Set file name for csv master to the module when (re)loaded.
......................................................................
Patch Set 1: Code-Review-1
(1 comment)
https://gerrit.asterisk.org/#/c/404/1/cdr/cdr_csv.c
File cdr/cdr_csv.c:
Line 125: snprintf(file_csv_master, sizeof(file_csv_master),
This has a race condition. The file_csv_master may end up getting used whilst it is being updated/modified here.
--
To view, visit https://gerrit.asterisk.org/404
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I3ed9f6a8f965308099db70b71128f43d4d3f5585
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Rodrigo Ramirez Norambuena <decipher.hk at gmail.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-HasComments: Yes
More information about the asterisk-code-review
mailing list