Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > the use of `xcalloc()`, and now that I think further about it, an > `xmalloc()` should be plenty enough: `regcomp()` does not need that struct > to be initialized to all zero. Yup, I think it makes sense.