diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-19 21:03:26 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-19 21:03:26 +0100 |
commit | a903c4fefdc19bb838e808146c6aa1a32296e4cb (patch) | |
tree | bbb399fca3cbc4a4f894128eb17c9262d11c75b6 /package/snort/patches/patch-src_snort_c | |
parent | d2be2bd2fc1c6e5dcdf8fc845a88e02423a0574b (diff) | |
parent | 69a374abb905573dc63f18a37dc7378ae5e9627c (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/snort/patches/patch-src_snort_c')
-rw-r--r-- | package/snort/patches/patch-src_snort_c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/snort/patches/patch-src_snort_c b/package/snort/patches/patch-src_snort_c deleted file mode 100644 index a3ec23375..000000000 --- a/package/snort/patches/patch-src_snort_c +++ /dev/null @@ -1,20 +0,0 @@ ---- snort-2.8.5.1.orig/src/snort.c 2009-10-19 19:44:03.000000000 +0200 -+++ snort-2.8.5.1/src/snort.c 2009-12-27 17:17:42.000000000 +0100 -@@ -3581,7 +3581,7 @@ static void SnortCleanup(int exit_val) - struct timeval difftime; - struct timezone tz; - -- bzero((char *) &tz, sizeof(tz)); -+ memset((char *) &tz, 0, sizeof(tz)); - gettimeofday(&endtime, &tz); - - TIMERSUB(&endtime, &starttime, &difftime); -@@ -3628,7 +3628,7 @@ static void SnortCleanup(int exit_val) - sfActionQueueDestroy (decoderActionQ); - mempool_destroy (&decoderAlertMemPool); - decoderActionQ = NULL; -- bzero(&decoderAlertMemPool, sizeof(decoderAlertMemPool)); -+ memset(&decoderAlertMemPool, 0, sizeof(decoderAlertMemPool)); - } - - /* Print Statistics */ |