Skip to content

Conversation

@kartnema
Copy link
Contributor

No description provided.

}

void FlatBuffEncoder::setBuf(char* buffer) {
this->mBuffer = buffer;

Check warning

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

A stack address which arrived via a
parameter
may be assigned to a non-local variable.

void FlatBuffEncoder::setBuf(char* buffer) {
this->mBuffer = buffer;
this->mCurPtr = buffer;

Check warning

Code scanning / CodeQL

Local variable address stored in non-local memory Warning

A stack address which arrived via a
parameter
may be assigned to a non-local variable.
@kartnema kartnema merged commit 8c9e6cf into qualcomm:main Jan 19, 2026
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant