1. 5d6c497 Don't call function 'xFail' for failed buffer size checking in 'xSnprintf' by WHR · 7 months ago
  2. 3623528 Remove unused or duplicated includes by WHR · 3 years, 2 months ago
  3. ee6cc37 Don't assert(3) the pointer for strdup(3), the program will crashing anyways if a null pointer was passed by WHR · 3 years, 3 months ago
  4. b475d50 Remove use of err(3) by WHR · 3 years, 3 months ago
  5. 09e241f Security review: check results of snprintf. by Hisham Muhammad · 8 years ago
  6. c0e37bc Fix xStrdup debug build failure & allow Clang to use ((nonnull)) by Explorer09 · 9 years ago
  7. 3297616 Add assert and __attribute__((nonnull)) on xStrdup by Explorer09 · 9 years ago
  8. e288f69 Don't check if (!str) in xStrdup by Explorer09 · 9 years ago
  9. 4674b4a Stricter strdup. by Hisham · 9 years ago
  10. 7d3f67e Revert 5c593fae4227651075cfc9445f17dad6ae0a0b47 (xCalloc) by Explorer09 · 9 years ago
  11. 807640e Shorten the code using the err() function. by Hisham · 10 years ago
  12. 5c593fa Be stricter! by Hisham · 10 years ago
  13. f87462d Exit on failure! by Hisham · 10 years ago
  14. b54d2dd Check for failure in allocations. by Hisham · 10 years ago
  15. a1f7f28 Add allocation tests by Hisham · 10 years ago