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
src/cloud_request.c:159:16: runtime error: member access within null pointer of type 'struct req_cbr_t'
AddressSanitizer:DEADLYSIGNAL
=================================================================
==27833==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x5e5c5b7abc69 bp 0x7fff22bb60c0 sp 0x7fff22bb4f20 T0)
==27833==The signal is caused by a READ memory access.
==27833==Hint: address points to the zero page.
#0 0x5e5c5b7abc69 in web_request src/cloud_request.c:159
#1 0x5e5c5b7b2474 in cloud_request src/cloud_request.c:155
#2 0x5e5c5b7b249d in cloud_request_get src/cloud_request.c:143
#3 0x5e5c5b6bddc5 in main src/main.c:560
#4 0x770976d06d8f in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58
#5 0x770976d06e3f in __libc_start_main_impl ../csu/libc-start.c:392
#6 0x5e5c5b6c0f84 in _start (/home/bad/git/teddycloud/bin/teddycloud+0x63df84)
AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV src/cloud_request.c:159 in web_request
==27833==ABORTING
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: