You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
ASAN:DEADLYSIGNAL
=================================================================
==6260==ERROR: AddressSanitizer: SEGV on unknown address 0x00000004 (pc 0x08169ef6 bp 0xbfe6c2b8 sp 0xbfe6bfa0 T0)
==6260==The signal is caused by a READ memory access.
==6260==Hint: address points to the zero page.
#0 0x8169ef5 in parse_config /home/karas/gwanyeong/statsrelay/src/yaml_config.c:156:20
#1 0x816c15c in load_config /home/karas/gwanyeong/statsrelay/src/main.c:59:23
#2 0x816b6e0 in main /home/karas/gwanyeong/statsrelay/src/main.c:140:8
#3 0xb7485275 in __libc_start_main /build/glibc-4TWal_/glibc-2.24/csu/../csu/libc-start.c:291
#4 0x8060667 in _start (/home/karas/gwanyeong/statsrelay/src/statsrelay+0x8060667)
AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV /home/karas/gwanyeong/statsrelay/src/yaml_config.c:156:20 in parse_config
==6260==ABORTING
The text was updated successfully, but these errors were encountered:
* Free the sampling buffer value on expiry
This was leaking like a sieve, especially if churning a lot of timers.
* Fix for hashmap delete while iterate
* Free the sampling buffer value on expiry
This was leaking like a sieve, especially if churning a lot of timers.
* Fix for hashmap delete while iterate
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi.
I found a Null pointer dereference testcase.
Please confirm.
Thanks.
Version : statsrelay 1.6.8
OS: Ubuntu 16.04.2 32bit
Command: ./statsrelay -c $FILE
PoC: PoC
The text was updated successfully, but these errors were encountered: