fix allocation sizes in regcomp
authorSzabolcs Nagy <nsz@port70.net>
Mon, 7 Oct 2013 13:25:19 +0000 (13:25 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Mon, 7 Oct 2013 13:25:19 +0000 (13:25 +0000)
commit1e81fa4524ecfd51e6a6578ff8038b4c05393101
tree4c918040a2db7c95797a4f29f9252f44a27f6724
parentc3a43b35cc52a7fac93a8c1030d94c919c3ab0eb
fix allocation sizes in regcomp

sizeof had incorrect argument in a few places, the size was always
large enough so the issue was not critical.
src/regex/regcomp.c