halfempty icon indicating copy to clipboard operation
halfempty copied to clipboard

A fast, parallel test case minimization tool.

Results 6 halfempty issues
Sort by recently updated
recently updated
newest added

From #17, it was pointed out that there are a bunch of attempts to `close(-1)`. I think this is a cleanup thread trying to garbage collect destroyed tasks, it should...

The HTML page generated for monitor mode references the PNG image using an absolute UNIX-style path. As a result, opening the HTML page from a Windows host results in an...

I've created some example code and scripts in the wiki, they could be in the repo and either useful documentation or tests for the testsuite. [https://github.com/googleprojectzero/halfempty/wiki/Examples](https://github.com/googleprojectzero/halfempty/wiki/Examples)

We can close old file descriptors if they're not needed anymore and free up some disk space. halfempty can use a lot of temporary disk space right now, which is...

I would like to point out that identifiers like “[`__TREE_H`](https://github.com/googleprojectzero/halfempty/blob/efd237f1b45d13ef4deb7b5c770a94a194a86e93/tree.h#L17 "Update candidate")” and “[`__UTIL_H`](https://github.com/googleprojectzero/halfempty/blob/37a8cae68ec9398450d9e8c55128ca39b9f06ab0/util.h#L17 "Another update candidate")” [do not fit](https://www.securecoding.cert.org/confluence/display/c/DCL37-C.+Do+not+declare+or+define+a+reserved+identifier#DCL37-C.Donotdeclareordefineareservedidentifier-NoncompliantCodeExample%28IncludeGuard%29 "Do not use identifiers which are reserved for the compiler...

I tried "make" on my VPS (which is 32-bit), and got all kinds of errors. ``` sander@haring:~/git/halfempty$ make Checking for glib-2.0...ok gcc -Wall -std=gnu99 -O0 -ggdb3 -fPIC -Wno-format-zero-length -Wno-unused-parameter -UNDEBUG...