<div dir="ltr">Hi,<div><br></div><div>Recently I was hit by an assert in WinCOFFObjectWriter that <span style="color:rgb(0,0,0);font-family:sans-serif;font-size:12px;line-height:18px">had forbidden storing pointer to string table in header name field when the pointer had more that 6 decimal digits. This limit had been chosen to make implementation easier (sprintf adds null character at the end) and could be increased to 7 digits.</span></div>

<div><br></div><div><font color="#000000" face="sans-serif"><span style="font-size:12px;line-height:18px">My patch is attached. The implementation uses additional buffer on the stack to make integer to string conversion.</span></font></div>

<div><font color="#000000" face="sans-serif"><span style="font-size:12px;line-height:18px"><br></span></font></div><div><font color="#000000" face="sans-serif"><span style="font-size:12px;line-height:18px">- Paweł Bylica</span></font></div>

</div>