* to aggregate it, then look for new line chars
* as an indication we need to print the line.
*/
- /* coverity[check_return] */
- fr_sbuff_in_bstrncpy(&lb->sbuff, in, len);
+ if (fr_sbuff_in_bstrncpy(&lb->sbuff, in, len) < 0) return 0;
/*
* Split incoming data on new lines
* to aggregate it, then look for new line chars
* as an indication we need to print the line.
*/
- /* coverity[check_return] */
- fr_sbuff_in_bstrncpy(&lb->sbuff, in, len);
+ if (fr_sbuff_in_bstrncpy(&lb->sbuff, in, len) < 0) return 0;
/*
* Split incoming data on new lines