From: Nigel H. <nj...@ba...> - 2008-07-10 16:05:51
|
Line 349 of src/preprocessors/flow/portscan/server_stats.c reads, fd = open(filename, O_CREAT|O_TRUNC|O_SYNC|O_WRONLY); When using O_CREAT you *must* specify a mode such as: fd = open(filename, O_CREAT|O_TRUNC|O_SYNC|O_WRONLY, 0644); -Nigel -- Come to Las Vegas to see the latest in Sourcefire and open source innovation. Register at www.bossconference.com by September 30th to save $200! |