8 Jun
2017
8 Jun
'17
20:50
http://bugzilla.novell.com/show_bug.cgi?id=1043479 http://bugzilla.novell.com/show_bug.cgi?id=1043479#c1 --- Comment #1 from Rich Coe <rcoe@wi.rr.com> --- Created attachment 728337 --> http://bugzilla.novell.com/attachment.cgi?id=728337&action=edit correctly calculate string buffer size The code uses .text_length to determine size of buffer, but uses .text as the data to append, and .text_length is not the length of the .text string. Use .text to calculate the correct size of the buffer. -- You are receiving this mail because: You are on the CC list for the bug.