regcomp.c: Fix bug in inversion list intersection
authorKarl Williamson <public@khwilliamson.com>
Tue, 17 May 2011 23:28:51 +0000 (17:28 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 19 May 2011 18:07:09 +0000 (12:07 -0600)
commitc4a302578b4cf06e68534ed5fff0a27b6584d38b
tree4c76af195016f61f166916ca0d65ce15c78eb18c
parentbac5f0aea9d556b93f0da5cd585da691894e585a
regcomp.c: Fix bug in inversion list intersection

This code was derived from published code, which says use at your
own risk.   And in fact had bugs.  I don't believe these show up in
5.14, as I think you have to have a list that has been inverted for this
to happen.

The comments describe what should have been done.
regcomp.c