Closed shamilsan closed 1 month ago
In some cases the stream length may be corrupted. This leads to a very large number of rows, which causes the library to hang when opening a file.
The maximum number of rows is 65536, according to this FAQ: http://www.installsite.org/pages/en/msifaq/a/1043.htm.
This PR limits the number of rows in the table to 65536.
Thanks!
In some cases the stream length may be corrupted. This leads to a very large number of rows, which causes the library to hang when opening a file.
The maximum number of rows is 65536, according to this FAQ: http://www.installsite.org/pages/en/msifaq/a/1043.htm.
This PR limits the number of rows in the table to 65536.