Matt Corallo

Results 964 comments of Matt Corallo

Wouldn't the user see that? Ultimately to deposit money into a fedimint, the user is going to (a) interact with fedimint software to connect to the gateway and get an...

Right, the simple solution here is to always use offers with amounts in them, rather than variable-amount offers. Sadly this does mean single-use offers, in effect, but that seems fine?

Indeed, the recipient being different from the offer responder is incompatible with variable amounts and such. Sadly, BOLT12 is really not designed for that, and thus we have to resort...

Sorry for the delay, was waiting on 0.0.115.1, which is now on Maven and an Android AAR on the release page.

Sure! ldd output is below but give me a sec and I can push something that you can easily cargo build. ``` root@fuzzer:~/driller# ldd ./rust-lightning/fuzz/target/release/msg_ping_target linux-vdso.so.1 (0x00007fff58bef000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2...

Sure. The simplest binary is at http://web.bluematt.me/msg_ping_fuzz_target_for_driller

Simplified input and simplified crash-demonstrating script at [bug81.tar.gz](https://github.com/shellphish/driller/files/3948264/bug81.tar.gz) Running against dependencies as installed with ``` pip install cle angr archinfo pip install git+https://github.com/angr/tracer.git#egg=tracer pip install git+https://github.com/shellphish/driller ``` All the dependencies...

Right, looks like rust has some insanity to hook signals and try to print crap if you hit the stack guard page... https://github.com/rust-lang/rust/blob/d8bdb3fdcbd88eb16e1a6669236122c41ed2aed3/src/libstd/sys/unix/stack_overflow.rs#L64 I’m happy to take a crack at...

Well, I went the "easy" route and instead exported the rust code in a static library and called it from a C wrapper, which got past it, sorry for the...

FWIW, the lack of this feature is (mostly) what made the FIBRE patchset difficult to maintain. This is the only part of that patchset that materially conflicted with new releases...