I'm seeing a sudden crash of opendmarc as below.
Managed to catch it in a debugger.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f6a22ffd700 (LWP 31339)]
0x00007f6a2b270a84 in strlcpy (dst=dst@entry=0x7f6a14008749 "", src=src@entry=0x0, dsize=dsize@entry=513) at strlcpy.c:36
36 if ((*dst++ = *src++) == '\0')
(gdb) bt
#0 0x00007f6a2b270a84 in strlcpy (dst=dst@entry=0x7f6a14008749 "", src=src@entry=0x0, dsize=dsize@entry=513) at strlcpy.c:36
#1 0x000000000040c16e in opendmarc_arcseal_parse (hdr=<optimized out>, as=as@entry=0x7f6a14008240) at opendmarc-arcseal.c:201
#2 0x0000000000408673 in mlfi_eom (ctx=0x959c90) at opendmarc.c:2625
#3 0x00007f6a2bdd3535 in st_bodyend (g=g@entry=0x7f6a22ffce80) at engine.c:1614
#4 0x00007f6a2bdd38d7 in mi_engine (ctx=ctx@entry=0x959c90) at engine.c:405
#5 0x00007f6a2bdd5a08 in mi_handle_session (ctx=0x959c90) at handler.c:45
#6 0x00007f6a2bdd4549 in mi_thread_handle_wrapper (arg=<optimized out>) at listener.c:579
#7 0x00007f6a2bbb9ea5 in start_thread (arg=0x7f6a22ffd700) at pthread_create.c:307
#8 0x00007f6a2ad8cb0d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
(gdb) bt full
#0 0x00007f6a2b270a84 in strlcpy (dst=dst@entry=0x7f6a14008749 "", src=src@entry=0x0, dsize=dsize@entry=513) at strlcpy.c:36
osrc = 0x0
nleft = 512
#1 0x000000000040c16e in opendmarc_arcseal_parse (hdr=<optimized out>, as=as@entry=0x7f6a14008240) at opendmarc-arcseal.c:201
leading_space_len = 74
tag_label = 0x7f6a22fd81aa "b"
token_ptr = <optimized out>
tmp_ptr = 0x0
token = 0x7f6a22fd8160 "i"
tmp = "i\000\061\000 cv\000none\000 a\000rsa-sha256\000 d\000list.sys4.de\000 s\000\062\065\061\060\062\062-rsa\000\n t\000\061\066\067\070\061\071\071\065\065\065\000\n b\000UyvjKJW4/yrM8FTYMRb3BLzaJc3t9tzCsjDWSC4gI2IjEl90q3yREArPeiLbhF2qZTL5JlBbRboMzgMBVO7rffYQI+zosMgCrnmHQ+pAU0UGSVtUeYyWXsgcvYY9"...
result = 0
__PRETTY_FUNCTION__ = "opendmarc_arcseal_parse"
#2 0x0000000000408673 in mlfi_eom (ctx=0x959c90) at opendmarc.c:2625
as_hdr_new = 0x7f6a14008240
wspf = false
c = <optimized out>
pc = <optimized out>
policy = <optimized out>
status = <optimized out>
adkim = 0
aspf = 0
pct = 0
p = 0
sp = 0
align_dkim = 0
align_spf = 0
limit_arc = 0
result = <optimized out>
ret = <optimized out>
ostatus = <optimized out>
apused = <optimized out>
apolicy = 0x0
aresult = 0x0
adisposition = 0x0
hostname = 0x7f6a14005963 "server.example.com"
authservid = 0x7f6a14005963 "server.example.com"
spfaddr = <optimized out>
cc = 0x7f6a140008c0
dfc = 0x7f6a140019f0
conf = 0x942010
hdr = 0x7f6a140054d0
---Type <return> to continue, or q <return> to quit---
from = <optimized out>
as_hdr = <optimized out>
reqhdrs_error = <optimized out>
user = 0x7f6a22ffbd50 "postfix-devel"
users = 0x7f6a140067c0
domain = 0x7f6a22ffbd5e "postfix.org"
domains = 0x7f6a14006680
bang = <optimized out>
ruv = <optimized out>
header = "OpenDMARC Filter v1.4.1 server.example.com A26462295C9\000.from=apache.org", '\000' <repeats 626 times>...
addrbuf = "postfix-devel\000postfix.org\000devel <postfix-devel@postfix.org>", '\000' <repeats 1989 times>
replybuf = "d\205\341*j\177", '\000' <repeats 90 times>, "\020\000\000\000\060\000\000\000\060\314\377\"j\177\000\000p\313\377\"j\177", '\000' <repeats 830 times>...
pdomain = "apache.org", '\000' <repeats 54 times>
ar = {ares_count = 0, ares_host = '\000' <repeats 256 times>, ares_version = '\000' <repeats 256 times>, ares_result = {
{result_props = 0, result_method = 0, result_result = 0, result_ptype = {0 <repeats 16 times>},
result_reason = '\000' <repeats 256 times>, result_property = {'\000' <repeats 256 times> <repeats 16 times>},
result_value = {'\000' <repeats 256 times> <repeats 16 times>}} <repeats 16 times>}}
__PRETTY_FUNCTION__ = "mlfi_eom"
arcares = {instance = 0, authserv_id = '\000' <repeats 256 times>, arc = '\000' <repeats 512 times>,
dkim = '\000' <repeats 512 times>, dmarc = '\000' <repeats 512 times>, spf = '\000' <repeats 512 times>}
arcares_arc_field = {arcresult = '\000' <repeats 256 times>, smtpclientip = '\000' <repeats 256 times>,
arcchain = '\000' <repeats 512 times>}
#3 0x00007f6a2bdd3535 in st_bodyend (g=g@entry=0x7f6a22ffce80) at engine.c:1614
r = <optimized out>
fi_body = <optimized out>
fi_eom = <optimized out>
#4 0x00007f6a2bdd38d7 in mi_engine (ctx=ctx@entry=0x959c90) at engine.c:405
len = 0
i = 4
sd = 5
ret = 0
curstate = 10
newstate = 10
call_abort = 0
r = -2
cmd = 69 'E'
buf = 0x0
arg = {a_len = 0, a_buf = 0x0, a_idx = 5, a_ctx = 0x959c90}
timeout = {tv_sec = 7209, tv_usec = 999999}
f = 0x7f6a2bdd34e0 <st_bodyend>
fi_abort = 0x406050 <mlfi_abort>
fi_close = <optimized out>
---Type <return> to continue, or q <return> to quit---
#5 0x00007f6a2bdd5a08 in mi_handle_session (ctx=0x959c90) at handler.c:45
ret = <optimized out>
#6 0x00007f6a2bdd4549 in mi_thread_handle_wrapper (arg=<optimized out>) at listener.c:579
No locals.
#7 0x00007f6a2bbb9ea5 in start_thread (arg=0x7f6a22ffd700) at pthread_create.c:307
__res = <optimized out>
pd = 0x7f6a22ffd700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140093830452992, -1895300315694036816, 1, 8392704, 3, 140093830452992,
1974493738560325808, 1974508550265047216}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {
prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
pagesize_m1 = <optimized out>
sp = <optimized out>
freesize = <optimized out>
#8 0x00007f6a2ad8cb0d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.
I see a flurry of segfaults today, not sure if this is one of those or a new one.
I'm seeing a sudden crash of opendmarc as below.
Managed to catch it in a debugger.
I see a flurry of segfaults today, not sure if this is one of those or a new one.