Oliver Stöneberg

Results 1147 comments of Oliver Stöneberg

I found the issue. You simply need to add a new Plugin SDK as they split off some code into separate JAR files and they are missing if you have...

This also needs some kind of hook to implicitly replace the `TCHAR` and `_t*()` variables to use the proper functions.

> That's unfortunately not possible since ccache is not allowed to print to stdout or stderr. The reason for this is that it then wouldn't behave as the real compiler....

> I guess a simplecpp issue wouldn't hurt also Good point. Tickets for behavior changes.

I adjusted the code so it uses the `OutputList` instead of throwing an exception. Will file a ticket about this later.

> Will file a ticket about this later. Done.

I am not even trying to run that job with the modified in a PR yet because I have no idea what actually happens if that finds something. That might...

I already have a fuzzing client locally which I will publish in a PR soon. I have no permissions into the OSS-Fuzz integration (or this project) so somebody else needs...

Preliminary client published as #351. Before integrating it with OSS-Fuzz we should fix all known issues which were encountered during local fuzzing. Maybe even fix some of the known hot...