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