diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-26 21:28:53 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-26 21:28:53 +0000 |
commit | c14814b628fb14c7266310328969a745dd08d042 (patch) | |
tree | 7666ef3ba7aa464a1fa7b971247165db34dd1720 /Dev | |
parent | d73cbd4c778f408ce3e06c57ad6418b99e2b9c51 (diff) | |
download | hercules-c14814b628fb14c7266310328969a745dd08d042.tar.gz hercules-c14814b628fb14c7266310328969a745dd08d042.tar.bz2 hercules-c14814b628fb14c7266310328969a745dd08d042.tar.xz hercules-c14814b628fb14c7266310328969a745dd08d042.zip |
update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@794 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Dev')
-rw-r--r-- | Dev/bugs.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Dev/bugs.txt b/Dev/bugs.txt index 599a2b6b4..adcd80637 100644 --- a/Dev/bugs.txt +++ b/Dev/bugs.txt @@ -158,3 +158,28 @@ Progress: 0% Problem: Storage BUGS! Items doubles/clones again any kinds of items! (due to "latest storage fix") Assigned: N/A Progress: 0% + +Problem: status.weapon can be 16... which causes the accesses outside + the bounds of the array +Assigned: N/A +Progress: 0% + + battle.c:549:Bounds error: array reference (16) outside bounds of the array. + battle.c:549: Pointer value: 0x1ceda808 + battle.c:549: Object `calloc': + battle.c:549: Address in memory: 0x1ceda7c8 .. 0x1ceda807 + battle.c:549: Size: 64 bytes + battle.c:549: Element size: 4 bytes + battle.c:549: Number of elements: 16 + battle.c:549: Created at: malloc.c, line 23 + battle.c:549: Storage class: heap + battle.c:3078:Bounds error: array reference (16) outside bounds of the array. + battle.c:3078: Pointer value: 0x1ceda848 + battle.c:3078: Object `calloc': + battle.c:3078: Address in memory: 0x1ceda808 .. 0x1ceda847 + battle.c:3078: Size: 64 bytes + battle.c:3078: Element size: 4 bytes + battle.c:3078: Number of elements: 16 + battle.c:3078: Created at: malloc.c, line 23 + battle.c:3078: Storage class: heap + |