Comment 4 for bug 1776141

Revision history for this message
mdavidsaver (mdavidsaver) wrote :

As we found yesterday, the specific error you see is due to building with _FORTIFY_SOURCE checks enabled.

The print which triggers this is in the DBF_*LINK case of dbpr_report().

sprintf(pmsg,"%s:%s %s", pfield_name,
    pamaplinkType[ind].strvalue,dbGetString(pdbentry));

Specifically the "dbGetString()" call is returning a long string.