mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 04:00:41 +01:00
- fix bug in ethernet packets parsing - fix removes build error with gcc10: 'multiple definition of...' - resolve memory leak during interface init failure (device not freed after post-create error) - add test 'impcap_bug_ether' to prove ethernet parser fix is working
5 lines
175 B
Bash
Executable File
5 lines
175 B
Bash
Executable File
#!/bin/bash
|
|
# added 2019-12-28 by frikilax
|
|
# This file is part of the rsyslog project, released under ASL 2.0
|
|
export USE_VALGRIND="YES"
|
|
source ${srcdir:-.}/impcap_bug_ether.sh |