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
Bug#20600847: COMP_ERR CRASHES WHEN ADDING MORE ERROR MESSAGES
The number of error messages has exceeded 1000, but comp_err is only
prepared for 1000 messages. This causes crashes at build time on some
platforms.
Increase MAX_ROWS from 1000 to 2000 in extra/comp_err.c to allow up to
2000 error messages. Also add a check that prints an error message and
exits, instead of crashing, if the number of error messages exceeds
MAX_ROWS.
0 commit comments