Anonymous Maarten

Results 140 issues of Anonymous Maarten

Running dethrace with the undefined behavior sanitizer gives the following warning: ``` Index 105 out of bounds for type 'char [100]' ``` This is the location: https://github.com/dethrace-labs/dethrace/blob/31afabce90440db422becdc646c789d5d2686063/src/DETHRACE/common/racestrt.c#L1866 Perhaps it should...

The intro and cutscenes don't have audio.

Backtraces of releases do not contain file name + function + line number and look like the following. ``` ****************** Caught SIGSEGV ****************** Stack trace: 0: 0x10d30e4e8 1: 0x10d2f295b 2:...

I got a buffer overflow in `FancyATossOffMate`: https://github.com/dethrace-labs/dethrace/blob/8e576ddbe328936c0486f8231bf0ddbb0c0e1c6e/src/DETHRACE/common/pedestrn.c#L1543-L1551 at this line: ```c && (pCar->driver > 1 || ((tCar_spec*)pCar)->number_of_wheels_on_ground >= 4) ``` (0 -> unused, 1 -> non-car, 2 -> oppo,...

https://github.com/dethrace-labs/dethrace/blob/b3bdbb26503ac435b8877ccff4a6418884640b0e/src/DETHRACE/common/graphics.c#L1607 This for-loop causes the scene to be drawn 1 to 3 times, depending whether the map mode is enabled or not. The original executable has a loop here, but...

enhancement

It would be interesting to know how to regenerate the template data. Commit https://github.com/hogsy/OniFoxed/commit/db05cc125c47a98fd606c1a214347df510f5402c added [OniFoxed/OniProj/OniWin32Projs/ImpConsole/templatechecksum.c](https://github.com/hogsy/OniFoxed/blob/4ab37ae3f0ee66330f435076af40d7224a7c3cff/OniProj/OniWin32Projs/ImpConsole/templatechecksum.c), but no method on how to create this file. This might be interesting to...

A lot of sources are malformatted: they contain trailing whitespace and/or don't have a final newline. It would be nice to fix this formatting asap. There exist utilities to apply...

The tests at travis fail because new resource record types were defined. The output of the test is: ``` --------------- Start Output: 080-iana-rr-types ------------------ !! FAILED !! !! FAILED !!...

~With these changes, I can get maven to sign and upload the Android Archive. Authentication fails because I don't have an account at [Sonatype OSSRH](https://central.sonatype.org/publish/publish-guide/).~ I'm marking this pr as...