Previous Topic

Next Topic

Buffer Regions

As a reminder, many c-tree Plus functions require you to pass a pointer to a buffer area where either a data record or key value will be written. c-tree Plus has no way to determine if the area in which it will write the requested information is actually large enough to contain the information. If it is not, c-tree Plus will contaminate data and/or executable code. CAREFULLY review all areas used as buffers to ensure that they are sufficiently large.