Paolo Bonzini wrote: > * .x-sc_avoid_if_before_free: Remove. > * .x-sc_cast_of_alloca_return_value: Remove. > * .x-sc_cast_of_x_alloc_return_value: Remove. > * .x-sc_cast_of_argument_to_free: Temporarily add src/search.c. > * cfg.mk (local-checks-to-skip): Remove sc_cast_of_argument_to_free. > * src/dfa.c (ifree): Remove. > (dfamust, build_state, transit_state, dfafree): Do not do if-before-free, > do not cast free argument to ptr_t or char *. > (freelist): Call free instead of ifree. > --- > The src/search.c exception will go away later in the series. > > .x-sc_avoid_if_before_free | 2 - > .x-sc_cast_of_alloca_return_value | 1 - > .x-sc_cast_of_argument_to_free | 1 + > .x-sc_cast_of_x_alloc_return_value | 1 - > cfg.mk | 1 - > src/dfa.c | 93 > ++++++++++++++---------------------- > 6 files changed, 37 insertions(+), 62 deletions(-) ^^ ^^ Welcome changes! ACK.
- [PATCH 01/17] kwset/system: remove ptr_t Paolo Bonzini
- Re: [PATCH 01/17] kwset/system: remove ptr_t Jim Meyering
- [PATCH 02/17] grep: cleanup one const cast Paolo Bonzini
- Re: [PATCH 02/17] grep: cleanup one const cast Jim Meyering
- [PATCH 03/17] dfa: get rid of x*alloc Paolo Bonzini
- Re: [PATCH 03/17] dfa: get rid of x*alloc Jim Meyering
- Re: [PATCH 03/17] dfa: get rid of x*alloc Paolo Bonzini
- [PATCH 04/17] dfa: remove CRANGE dead code Paolo Bonzini
- Re: [PATCH 04/17] dfa: remove CRANGE dead code Jim Meyering
- [PATCH 05/17] dfa, grep: cleanup if-before-free and cast-of-... Paolo Bonzini
- Re: [PATCH 05/17] dfa, grep: cleanup if-before-free and... Jim Meyering
- [PATCH 07/17] syntax-check: enable makefile-TAB-only-indenta... Paolo Bonzini
- [PATCH 06/17] grep: fix error-message-uppercase Paolo Bonzini
- Re: [PATCH 06/17] grep: fix error-message-uppercase Jim Meyering
- [PATCH 08/17] syntax-check: enable m4-quote-check Paolo Bonzini
- [PATCH 09/17] syntax-check: enable space-tab Paolo Bonzini
- Re: [PATCH 09/17] syntax-check: enable space-tab Jim Meyering
- [PATCH 10/17] tests: add more UTF-8 test cases Paolo Bonzini
- Re: [PATCH 10/17] tests: add more UTF-8 test cases Jim Meyering