Differences From Artifact [7d2c7a8b78]:
- File src/bag.c — part of check-in [c71f711ec9] at 2023-02-17 14:37:16 on branch compiler-warnings — A large collection of compiler warning fixes re. signed/unsigned comparison from Daniel D. (user: stephan size: 5550) [more...]
To Artifact [4e12068e09]:
- File src/bag.c — part of check-in [34276d22e5] at 2024-03-15 12:59:46 on branch trunk — Fix a potential integer overflow in the bag_hash() function. (user: drh size: 5559) [more...]
| ︙ | |||
72 73 74 75 76 77 78 | 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | - + | free(p->a); bag_init(p); } /* ** The hash function */ |
| ︙ |