sz3
sz3
Hi. "maintainers" would be me, I'm the guy, "of course I know him he's me", etc etc I'll have to look into this more. I'm all for doing fuzz testing...
Realizing now that I never provided an email -- `sz at recv.cc` will work (it's also the one in the git logs)
What's the context here? Is the decode/encode being attempted via the `cimbar` command line tool? For reference, that function signature is here: https://github.com/sz3/libcimbar/blob/75d6cfb77bf5d75df0a9498d546120019e9e522e/src/exe/cimbar/cimbar.cpp#L259-L265 ... which is a decode in the...
It's possible that there's a different failure mode I'm not aware of. If you have an example file that can reproduces the issue, I might be able to take a...
Found a potential cause/fix for this -- if it's what I think it is. #114
I've fixed a few things that *could've* been the culprit here. #114, #136 -- in any case, I'm going to tempt fate and say this is probably resolved.
This is an interesting idea! I'll have to think about it some. It could presumably be done with a special fork of the app that dumps everything to the clipboard......
You may want to take a look at both the C++ cli tools here: https://github.com/sz3/libcimbar/tree/master/src/exe and the prototype project, which *is* a python cli: https://github.com/sz3/cimbar *Some* of what you're suggesting...
I don't know about "easy", but `cimbar_recv` is the (test) program for this purpose. It's very (very) rough around the edges, and basically only exists for local dev-testing -- but...
The beta version of the webapp decoder is up at https://re.cimbar.org (bits at https://github.com/sz3/libcimbar/releases/download/v0.6.2c/cimbar.wasm.tar.gz)