Craig Leres

Results 13 comments of Craig Leres

What I was thinking that by default the single argument version of setBitrate() would assume canSpeed is the same as F_CPU: ``` --- a/mcp2515.cpp +++ b/mcp2515.cpp @@ -185,7 +185,18 @@...

Indeed your test program leaks on FreeBSD. This will be nasty to fix since calling freelocale() on an already freed block dups core (as I would expect) on both FreeBSD...

The test program does not detect that FreeBSD's newlocale() is not compliant; I wanted to see if I could fix it but have been too busy. I hope to find...

I also noticed that tab has changed since the 1.79 BSD version of nvi. For example, if you want to convert all blanks to tabs you might use: ``` :%s/...

Thanks for the workaround: it's super helpful! Is it safe to say that a future version will remove: ``` OI(O_FILEC, L("filec=\t")); ``` from opts_init()?

Yeah looks like pfsense defaults to verb 1. (When I said the server was verb 3, it was probably actually 11.) What would level would you like for the client?...

My script needed a verification code today and hit this error for the first time. While writing a simple test script to show the issue and was reminded that it...

I'm running 1.4.2 on FreeBSD 13.3-RELEASE and recently started seeing crashes. I built with debug symbols and left opendmarc running from gdb. The next time it crashed I got this...

I see now that poudriere.conf.sample claims the default user/uid is nobody/65534 but when I run a (non-interactive) `poudriere bulk` I can see it runs as root. It seems the intent...

I'm seeing similar crashes with 6.0.3 (standalone): ``` (gdb) bt #0 0x000000082e80841a in thr_kill () from /lib/libc.so.7 #1 0x000000082e781e64 in raise () from /lib/libc.so.7 #2 0x000000082e8326f9 in abort () from...