2021-10-14 jiajun.chen * failover-1.0.2.tar.gz released * res_failover.c: fix compile fail in asterisk16\asterisk18, detail see jiar Do not use malloc/free/realloc, use ast_malloc/ast_free/ast_realloc 2009-04-06 mark.liu * failover-1.0.tar.gz released 2009-04-27 mark.liu * failover-1.0.1.tar.gz released * res_failover.c: fix segfault error Function failover_read: tmpbuf[i - 1] = tmpbuf[i] = '\0'; should be tmpbuf[0] = tmpbuf[1] = '\0';