#4289 closed defect (fixed)

gr_tmtc_1553.c: Unchecked return value from library error spotted by Coverity

Reported by: Ryan Long Owned by: Ryan Long <ryan.long@…>
Priority: normal Milestone: 6.1
Component: bsps Version: 6
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

CID 1399785: Unchecked return value from library in gr_tmtc_1553_init1().

315        strcpy(priv->prefix, "/dev/tmtc1553_0");
316        priv->prefix[14] += dev->minor_drv;
   CID 1399785 (#1 of 1): Unchecked return value from library (CHECKED_RETURN)2. check_return: Calling mkdir(priv->prefix, 511U) without checking return value. This library function may fail and return an error code. [Note: The source code implementation of the function has been overridden by a builtin model.]
317        mkdir(priv->prefix, S_IRWXU | S_IRWXG | S_IRWXO);
318        priv->prefix[15] = '/';
319        priv->prefix[16] = '\0';

Change History (1)

comment:1 Changed on 03/05/21 at 20:20:16 by Ryan Long <ryan.long@…>

Owner: set to Ryan Long <ryan.long@…>
Resolution: fixed
Status: newclosed

In 5f0a7ceb/rtems:

gr_tmtc_1553.c: Unchecked return value from library (CID #1399785)

CID 1399785: Unchecked return value from library in gr_tmtc_1553_init1().

Closes #4289

Note: See TracTickets for help on using tickets.