Skip to content

Memory handling cleanups

Alan Coopersmith requested to merge alanc/xpr:misc into master
  • Use memcpy() instead of memmove() when buffers are known not to overlap
  • Remove unnnecessary casts from malloc(), calloc(), and free() calls
  • No need to bzero() buffers allocated by calloc()

Merge request reports