Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 198205 | Differences between
and this patch

Collapse All | Expand All

(-)snort-2.8.3.2.orig/src/preprocessors/flow/portscan/server_stats.c (-1 / +1 lines)
Lines 346-352 Link Here
346
346
347
    /* open this description, create it if necessary, always wait on
347
    /* open this description, create it if necessary, always wait on
348
     * sync to disk w/ every write, only write */
348
     * sync to disk w/ every write, only write */
349
    fd = open(filename, O_CREAT|O_TRUNC|O_SYNC|O_WRONLY);
349
    fd = open(filename, O_CREAT|O_TRUNC|O_SYNC|O_WRONLY, 0644);
350
350
351
    if(fd < 0)
351
    if(fd < 0)
352
    {
352
    {

Return to bug 198205