CDISR5112E

The attempt to resize the external buffer will result in a size that is greater than the maximum allowed size. The current size is size. The buffer requires size bytes, but the maximum allowed growth is size.

A request was made to resize a buffer to a size that is larger than the maximum allowed size.
Ensure that the application logic for the resize is correct.