You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have a static definition of MAX_SIZE, but you allow index_len to be passed in as a parameter without limiting its size. This may cause an overflow of read_buf.
The text was updated successfully, but these errors were encountered:
PIM-Embedding-Lookup/upmem/src/dpu/emb_dpu_lookup.c
Line 11 in 1830cfb
You have a static definition of MAX_SIZE, but you allow index_len to be passed in as a parameter without limiting its size. This may cause an overflow of read_buf.
The text was updated successfully, but these errors were encountered: