Hilko Bengen

Results 53 issues of Hilko Bengen

…not set error_code Close #13 The underlying problem is documented in https://github.com/hercules-team/augeas/issues/464

Hi, I would like to use _cc_ to parse data types and function definitions from header files but am running into what seems to be missing definitions that are part...

help wanted

Hi, when trying to build this simple no-op program `t.c`… ``` c #include "pe_sieve_api.h" int main() { PEsieve_params pp = {0}; PESieve_scan(pp); } ``` …using this following Makefile… ``` make...

See Debian bug [#749919](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749919)

While debugging an issue that turned out to be related to https://github.com/dominikh/go-augeas/issues/13, I noticed that `aug_save()` behaves differently from other functions in that it does not set the fields in...

bug
library

I'm not familiar enough with the ngircd codebase, so I am not entirely sure if `Client` is the right variable to pass to `KillClient` or if it should be `c`...

s2s-bug

I have been fuzzing ngircd using AFL a bit, based on inputs that are used in the testsuite. AFL has found input that can be used to crash a server...

s2s-bug

I have found an out-of-bounds error by fuzzing ngircd using AFL and libdislocate (a custom memory allocator). `Conn_Write` is called with `Idx=-1` which leads to a crash when accessing `My_Connections[Idx].sock`....

s2s-bug

Here's some code for a not-yet-quite-complete implementation of the PKCS7-specific bits of `pe_parse_certificates`. Once this is done, it might allow for full-featured YARA builds on Windows without the OpenSSL dependency.

command -v does not portably support multiple arguments, so we have to work around that.