Fix miRE strings lacking null terminator

2013-08-26 Thread Per Øyvind Karlsen
This patch ensures that strings has a null terminator at end, otherwise strings passed to mireRegexec might be missing it. -- Regards, Per Øyvind rpm-5.4.9-mire-fix-strings-lacking-null-terminator.patch Description: Binary data

Re: Fix miRE strings lacking null terminator

2013-08-26 Thread Jeffrey Johnson
On Aug 26, 2013, at 3:17 PM, Per Øyvind Karlsen wrote: This patch ensures that strings has a null terminator at end, otherwise strings passed to mireRegexec might be missing it. Is there a specific problem here? DO you have a reproducer? The use of alloca tells me that I applied a