diff options
author | Felipe Oliveira Carvalho <felipekde@gmail.com> | 2014-04-21 19:43:01 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-24 10:31:31 -0300 |
commit | 244ca83be50ae0a4d3b25cadc4a28a3a57768a99 (patch) | |
tree | 0539b29364b9e9f2b19bc2655c3d3cf1ddfbee72 /src/os_unix.c | |
parent | e76d146029b988fe6f6eeb5df9d2c4328c07e3c0 (diff) | |
download | rneovim-244ca83be50ae0a4d3b25cadc4a28a3a57768a99.tar.gz rneovim-244ca83be50ae0a4d3b25cadc4a28a3a57768a99.tar.bz2 rneovim-244ca83be50ae0a4d3b25cadc4a28a3a57768a99.zip |
No OOM error conditions in quickfix.c and regex_nfa.c
quickfix.c
- ll_new_list
- ll_get_or_alloc_list
regex_nfa.c
- realloc_post_list -> EMIT -> nfa_emit_equi_class
- nfa_regcomp_start
Use xrealloc() in realloc_post_list() (regexp_nfa.c)
Test plan: force a call to realloc_post_list() for every use of the EMIT macro;
open nvim and test regexp search.
Diffstat (limited to 'src/os_unix.c')
0 files changed, 0 insertions, 0 deletions