-
Notifications
You must be signed in to change notification settings - Fork 3k
Mbed Stats: Assert if NULL pointer passed as arg #6809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/morph build |
Build : SUCCESSBuild number : 1930 Triggering tests/morph test |
Test : SUCCESSBuild number : 1752 |
Exporter Build : FAILUREBuild number : 1576 |
@studavekar Not sure if you're tracking this, but the failed exporter build job failed with symbols being multiply defined. /morph export-build |
Exporter Build : FAILUREBuild number : 1585 |
/morph export-build |
Exporter Build : FAILUREBuild number : 1590 |
@cmonr @studavekar - No failure artifacts |
@deepikabhavnani Correct. In this particular instance, looks like Jenkins borked:
Annoying that it's happened twice in a row... It's an ongoing issue we've been trying to root cause. |
Exporter Build : FAILUREBuild number : 1596 |
Restarting again since modifications to CI were made. |
Exporter Build : SUCCESSBuild number : 1604 |
Description
Check for NULL pointer before access to any parameter. API arguments must be verified before access.
Pull request type