Brian

Results 75 issues of Brian

# Summary This pull request introduces a CodeQL workflow to enhance the security analysis of this repository. # What is CodeQL CodeQL is a static analysis tool that helps identify...

# Summary This pull request introduces a CodeQL workflow to enhance the security analysis of this repository. # What is CodeQL CodeQL is a static analysis tool that helps identify...

maintenance

# Summary This pull request introduces a CodeQL workflow to enhance the security analysis of this repository. # What is CodeQL CodeQL is a static analysis tool that helps identify...

Lines 158 and 163 use the logical not operator and not the bit-wise not operator. Fixing here

# Summary This pull request introduces a CodeQL workflow to enhance the security analysis of this repository. # What is CodeQL CodeQL is a static analysis tool that helps identify...

The following comparisons are evaluating an unsigned integer with 0, which will always evaluate to true, possibly masking a bug. https://github.com/ARMmbed/DAPLink/blob/06fa0a9ca76a0f4b2732b030ebbcba9e6e20a708/source/daplink/flash_hal.c#L50 https://github.com/ARMmbed/DAPLink/blob/06fa0a9ca76a0f4b2732b030ebbcba9e6e20a708/source/daplink/flash_hal.c#L51 https://github.com/ARMmbed/DAPLink/blob/06fa0a9ca76a0f4b2732b030ebbcba9e6e20a708/source/board/lpc55s69_bl.c#L91 https://github.com/ARMmbed/DAPLink/blob/06fa0a9ca76a0f4b2732b030ebbcba9e6e20a708/source/hic_hal/nxp/lpc55xx/hic_init.c#L230

https://github.com/ARMmbed/DAPLink/blob/06fa0a9ca76a0f4b2732b030ebbcba9e6e20a708/source/board/microbitv2/nrf52820/pwr_mon_adc.c#L76 A stack address is assigned to a non-local variable. Storing the address of a local variable in non-local memory can cause a dangling pointer bug if the address is...

In multiple uart.c files: line 164 in `source/hic_hal/freescale/kl27z/uart.c`: line 149 in `source/hic_hal/freescale/kl26z/uart.c`: line 140 in `source/hic_hal/freescale/kl26z/uart.c`: line 134 in `source/hic_hal/freescale/k20dx/uart.c`: The comparison ```if (data_bits == 2) {``` is made, but...

# Pull Request Template ## Description ### Summary This pull request introduces a CodeQL workflow to enhance the security analysis of this repository. ### What is CodeQL CodeQL is a...

# Summary This pull request introduces a CodeQL workflow to enhance the security analysis of this repository. # What is CodeQL CodeQL is a static analysis tool that helps identify...