Lionel Debroux
Lionel Debroux
The 1.0 release is over two years and a half old at the time of this writing. Since then, there have been various fixes and improvements which are useful to...
I recently fuzzed the old libdumb from SF using afl-fuzz and the following simple client: ``` #include "dumb.h" #include int main(int argc, char * argv[]) { DUH * duh; dumb_register_stdfiles();...
Cap'n Proto ( https://capnproto.org/ ) was created by the original author of Protocol Buffers v2 (the open-source version). The lineage is obvious, but Cap'n Proto brings a significant range of...
Unlike e.g. dmidecode with the --from-dump and --dump-bin options, smbios-sys-info-lite cannot decode DMI data out of a file, or dump raw DMI data into a file. Users can only specify...
On two different computers running Debian sid amd64 5.16.0-4/-5, I've experienced three full system DoS of the hang variety, over the several few days after I added LKRG 0.9.2 by...
With these changes, the inclusion of the .capnp.h file generated from a relatively simple capnp file (containing multiple unsigned integers, an enumerated type, Text, Data) which I made for testing...
For the poor guys and girls among us who have to deal with HTTPS proxies, a way to tell the ovh module that the .request method should attempt to access...
I implemented the outcome of the discussion in issue #3 , and made a quick local test from behind an HTTPS proxy, which accessed the server successfully. As far as...
I have a couple suggestions for libmdbx's CLI front-ends, inspired by functionality provided by Berkeley DB or other DBM-type databases: * making it possible to pass configuration options, such as...
For the poor souls among us who can, in some environments, access web sites only through a proxy, or otherwise want to pass options to the sendgrid module. Tested by...