Re: Fix miRE strings lacking null terminator

2013-08-26 Thread Jeffrey Johnson
On Aug 26, 2013, at 5:19 PM, Per Øyvind Karlsen wrote: > 2013/8/26 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

Re: Fix miRE strings lacking null terminator

2013-08-26 Thread Per Øyvind Karlsen
2013/8/26 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? > I need to i

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 band-

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