Skip to content
Commit aa2f63c9 authored by Roel Kluin's avatar Roel Kluin Committed by Tony Luck
Browse files

[IA64] Do not go beyond ARRAY_SIZE of unw.hash



static struct {

... :114
        unsigned short hash[UNW_HASH_SIZE];

... :2152
	for (index = 0; index <= UNW_HASH_SIZE; ++index) {

This is a bug, isn't it?

s/<=/</

Signed-off-by: default avatarRoel Kluin <roel.kluin@gmail.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 6b1ff036
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment