Array indices must always be posive. We avoid this by making each index
unsigned. This mitigates out-of-bounds reads and writes.
Reported by: Ilja Van Sprundel <ivansprundel@ioactive.com>
Differential D55260
ipfilter: Avoid negative array indicies Authored by cy on Thu, Feb 12, 4:14 AM. Tags None Referenced Files
Subscribers
Details
Array indices must always be posive. We avoid this by making each index Reported by: Ilja Van Sprundel <ivansprundel@ioactive.com>
Diff Detail
|