FailedChanges

Summary

  1. Amiga: Copy BBox in case it is modified This replicates the (details)
  2. AmigaOS3: Handle IBox being NULL (details)
  3. AmigaOS3: Pass the address of the pointer to SPACE_AreaBox Revert (details)
  4. CI: Update CodeQL workflow action to v3 (details)
  5. CI: monkey: Install python3-pyasyncore package (details)
  6. desktop: textarea: Unsigned difference expression compared to zero (details)
Commit 7e9283a0e930598b06bf38b64ad82f4d8d9f667d by chris
Amiga: Copy BBox in case it is modified This replicates the
functionality of SPACE_RenderBox Also fix a potential memory leak
The file was modifiedfrontends/amiga/gui.c (diff)
Commit fd3032b1db49172739860b1cefbb3332fbeea196 by chris
AmigaOS3: Handle IBox being NULL
The file was modifiedfrontends/amiga/gui.c (diff)
Commit fc35e853ac02bbfb9635a30ac6ddc19c8ed8bd41 by chris
AmigaOS3: Pass the address of the pointer to SPACE_AreaBox Revert
previous change
The file was modifiedfrontends/amiga/gui.c (diff)
Commit 210438746163b5ad416bf0abae126b00c57ae54f by Michael Drake
CI: Update CodeQL workflow action to v3
The file was modified.github/workflows/static-analysis.yaml (diff)
Commit 6b74da9df5ff67514d779099b922787e0570d56e by Michael Drake
CI: monkey: Install python3-pyasyncore package
The file was modified.github/workflows/monkey-test.yaml (diff)
Commit f24b622444689bdffc2d9883908c2b5842a82887 by Michael Drake
desktop: textarea: Unsigned difference expression compared to zero
Squash CodeQL `cpp/unsigned-difference-expression-compared-zero` issue.
    This rule finds relational comparisons between the result of
   an unsigned subtraction and the value `0`. Such comparisons
   are likely to be wrong as the value of an unsigned subtraction
   can never be negative. So the relational comparison ends up
   checking whether the result of the subtraction is equal to 0.
   This is probably not what the programmer intended.
The file was modifieddesktop/textarea.c (diff)