Re: [PATCH 1/2] mingw: apply array.cocci rule

2019-09-04 Thread Junio C Hamano
Johannes Schindelin writes: > Hi Denton, > > On Wed, 4 Sep 2019, Denton Liu wrote: > >> After running Coccinelle on all sources inside compat/ that were created >> by us[1], it was found that compat/mingw.c violated an array.cocci rule >> in two places and, thus, a patch was generated. Apply this

Re: [PATCH 1/2] mingw: apply array.cocci rule

2019-09-04 Thread Johannes Schindelin
Hi Denton, On Wed, 4 Sep 2019, Denton Liu wrote: > After running Coccinelle on all sources inside compat/ that were created > by us[1], it was found that compat/mingw.c violated an array.cocci rule > in two places and, thus, a patch was generated. Apply this patch so that > all compat/ sources cr

[PATCH 1/2] mingw: apply array.cocci rule

2019-09-04 Thread Denton Liu
After running Coccinelle on all sources inside compat/ that were created by us[1], it was found that compat/mingw.c violated an array.cocci rule in two places and, thus, a patch was generated. Apply this patch so that all compat/ sources created by us follows all cocci rules. [1]: Do not run Cocci