static bool addOverflowUint32()

in source/otaJobParser/job_parser.c [517:521]


static bool addOverflowUint32( const uint32_t a,
                               const uint32_t b )
{
    return a > ( UINT32_MAX - b );
}