Skip to content
Snippets Groups Projects
  • Gabriel Dos Reis's avatar
    03a9fcb8
    fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc. · 03a9fcb8
    Gabriel Dos Reis authored
            * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
            * server.c (load_data): Likewise.
            (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
            * fixincl.c: #include <sys/wait.h>
            (run_compiles): Use XCNEWVEC instead of xcalloc.
            (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
            * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
    
    From-SVN: r99740
    03a9fcb8
    History
    fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
    Gabriel Dos Reis authored
            * fixlib.c (load_file_data): Use XRESIZVEC in lieu of xrealloc.
            * server.c (load_data): Likewise.
            (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
            * fixincl.c: #include <sys/wait.h>
            (run_compiles): Use XCNEWVEC instead of xcalloc.
            (fix_with_system, start_fixer): Use XNEWVEC instead of xmalloc.
            * fixfixes.c (FIX_PROC_HEAD, main): Likewise.
    
    From-SVN: r99740