Use calloc instead of malloc and memset.
authorJanne Blomqvist <jb@gcc.gnu.org>
Sun, 25 Mar 2012 05:48:49 +0000 (08:48 +0300)
committerJanne Blomqvist <jb@gcc.gnu.org>
Sun, 25 Mar 2012 05:48:49 +0000 (08:48 +0300)
commitf4471acbe3a0e4aee9aa8144898c593ff4e7b595
tree685cb6240f35fb0058480526772367ef510d1cba
parent0651865170b953c49b8acce8ad6de0143c00fc06
Use calloc instead of malloc and memset.

2012-03-25  Janne Blomqvist  <jb@gcc.gnu.org>

* runtime/memory.c (xcalloc): New function.
* libgfortran.h (xcalloc): New prototype.
* io/list_read.c (push_char): Use xcalloc instead of get_mem and
memset.
(l_push_char): Likewise.
* io/unit.c (insert_unit): Likewise.
(get_internal_unit): Likewise.
* io/unix.c (open_internal): Likewise.
(open_internal4): Likewise.
(fd_to_stream): Likewise.

From-SVN: r185773
libgfortran/ChangeLog
libgfortran/io/list_read.c
libgfortran/io/unit.c
libgfortran/io/unix.c
libgfortran/libgfortran.h
libgfortran/runtime/memory.c