Good luck

[Releases]
Clone this repo:

Branches

  1. b40c3ec Adjust piao probabilities of free(3) and getenv(3) by WHR · 9 weeks ago 主要
  2. e2fcfc3 Avoid GNU C use-after-free warning by removing the explicit triple free(3) calls; correct the behavior of free(3)ing null pointer; call srand(3) based on the argument to getenv(3) by WHR · 9 weeks ago
  3. d19b6cc Avoid GNU C 8+ stringop-overflow warning generated for memset(3) calls by WHR · 9 weeks ago
  4. 431739d Fix GNU C sequence-point warning that would raise if 'free' is called with an expression containing side-effects that will affect the value of itself by WHR · 9 weeks ago
  5. cda47d3 Make slightly more uses of the input pointer value of getenv(3) and secure_getenv(3) by WHR · 1 year, 7 months ago master
  6. 4e13272 Disable GNU C Library macros '__warnattr' and '__errordecl' in pcdef.h by WHR · 1 year, 7 months ago
  7. 25e8111 Add piao fcntl(2) and creat(2); workaround for GNU C Library '__open_too_many_args' and '__open_missing_mode' pseudo functions by WHR · 1 year, 7 months ago
  8. 96b6448 Add piao atoll(3) by WHR · 1 year, 7 months ago
  9. f6b089c More chances to randomly change random seed via pointers by WHR · 6 years ago
  10. 30549d3 Add runtime piao 'switch' statement by WHR · 7 years ago
  11. b466545 Change free(3) by WHR · 7 years ago
  12. bafe42f Fix free(3)ing null pointer by WHR · 7 years ago
  13. ea9c5ec Improve randomness with rand(3) and __LINE__ by WHR · 7 years ago
  14. e841831 Fix calloc(3) size underflow; make 'if' statement more and more complex by WHR · 7 years ago
  15. 93b83be Optionally lower 'if' statement piao chance based on line number and compiling time by WHR · 7 years ago
  16. 4279671 Lower malloc(3) size piao rate; fix pointer types by WHR · 7 years ago
  17. 67bc1a5 Prevent warnings on 'gcc --pedantic ...' by WHR · 7 years ago
  18. c3a8522 Add another chance to call srand(3) by WHR · 7 years ago
  19. d1be444 More randomness by WHR · 7 years ago
  20. 7cddd26 Add dynamic piao 'if' statement by WHR · 7 years ago