diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-02 22:43:57 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-02 22:43:57 +0100 |
| commit | b7c41567892a7b3bd3782128926c6a223658a034 (patch) | |
| tree | 7cec8bdbf8d8b81ef627b6e4e07dd9e51cea9903 /.nasm/segments.txt | |
| parent | 05fda0c6b9631e24bd1e097aed711ade5719717e (diff) | |
| download | jetpac.nes-b7c41567892a7b3bd3782128926c6a223658a034.tar.gz jetpac.nes-b7c41567892a7b3bd3782128926c6a223658a034.zip | |
Wrap around the saving of the last allocated bullet
If we don't do this, then it's possible to incur into a buffer overflow
as the last allocated index is set to the next (out of buffer)
position. Whenever we start over on this function, then it will compare
for a good bullet on this position, and if it's not exactly $FF, then it
will allocate it without problems.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm/segments.txt')
| -rw-r--r-- | .nasm/segments.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.nasm/segments.txt b/.nasm/segments.txt index 63a1a29..3c85c8f 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 5461/32762 (16.67%) +- ROM0: 5467/32762 (16.69%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) |
