You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked with core dev, they could reproduce the issue and created an SPR. The core code contains a check whether list entries * sizeof(WORD) < 65535 bytes, so the actual max value for the list entries is 16384. Will request and test a hotfix.
SWASCLNS3W: adding a textlist with > 16384 entries causing an err_doc_struct to be returned on noteupdate (with large summary enabled)
We have a signed/unsigned short issue when text lists have more than 32767 entries.
The text was updated successfully, but these errors were encountered: