Bug#860751: Bug#860695: win32-loader: FTBFS on i386: segmentation fault

2017-04-20 Thread Thomas Dickey
On Thu, Apr 20, 2017 at 05:11:17PM +0200, Bernhard Übelacker wrote: > Hello, > this seems to be the same problem seen in #391051 for regular > expressions (collect_RE). > > In this bug we overrun the size limit of string_buff (tempbuff._string_buff) > in function collect_string. > > Attached patc

Bug#860751: Bug#860695: win32-loader: FTBFS on i386: segmentation fault

2017-04-20 Thread Bernhard Übelacker
Hello, this seems to be the same problem seen in #391051 for regular expressions (collect_RE). In this bug we overrun the size limit of string_buff (tempbuff._string_buff) in function collect_string. Attached patch adds a similar check like in #391051 to collect_string. With that applied the bui