-
Notifications
You must be signed in to change notification settings - Fork 196
ENT-12724: Added this.calling_bundle variable #5984
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
base: master
Are you sure you want to change the base?
Conversation
85d068f to
8410fcf
Compare
larsewi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise, LGTM 🚀
8410fcf to
d930dba
Compare
630b544 to
3f67d4a
Compare
| BundleBanner(bp, args); | ||
| EvalContextSetBundleArgs(ctx, args); | ||
| EvalContextStackPushBundleFrame(ctx, bp, args, a->inherit); | ||
| EvalContextStackPushBundleFrame(ctx, bp, args, a->inherit, PromiseGetBundle(pp)); |
Check notice
Code scanning / CodeQL
Pointer argument is dereferenced without checking for NULL Note
0928a30 to
b16e697
Compare
larsewi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
|
Looks like there are some conflicts with the master branch |
Ticket: ENT-12724 Signed-off-by: Victor Moene <victor.moene@northern.tech>
Signed-off-by: Victor Moene <victor.moene@northern.tech>
b16e697 to
ab724ef
Compare
No description provided.