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
The file findings_000000 (hex dump below) causes the readline example to crash with a segfault due to a NULL pointer in common.c cbor_typeof carried over from main.c
#0 0x000000000040670b in cbor_typeof (item=0x0) at libcbor/src/cbor/common.c:61
#1 0x000000000040370d in _cbor_nested_describe (item=0x0, out=0x7ffff7dd4400 <_IO_2_1_stdout_>, indent=0x0) at libcbor/src/cbor.c:260
#2 0x0000000000403e06 in cbor_describe (item=0x0, out=0x7ffff7dd4400 <_IO_2_1_stdout_>) at libcbor/src/cbor.c:388
#3 0x0000000000402fca in main (argc=0x2, argv=0x7fffffffe5c8) at libcbor/examples/readfile.c:39
#4 0x00007ffff7a36f45 in __libc_start_main (main=0x402ee5 <main>, argc=0x2, argv=0x7fffffffe5c8, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7fffffffe5b8) at libc-start.c:287
#5 0x0000000000402e09 in _start ()
The text was updated successfully, but these errors were encountered:
The file findings_000000 (hex dump below) causes the
readline
example to crash with a segfault due to a NULL pointer in common.ccbor_typeof
carried over from main.cbacktrace
The text was updated successfully, but these errors were encountered: