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
size of bool_map is fixed 128.
If map size of incoming record exceeds the array size,
it breaks stack.
This patch is to allocate bool_map dynamically.
Signed-off-by: Takahiro Yamashita <[email protected]>
0 commit comments