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
Fix clang compilation errors due to variable length arrays (#264)
There are some occurrences of variable length arrays. We need to change
them to dynamic allocation to avoid runtime memory issues. This commit
just fix some of those occurrences by using C++ dynamic memory
allocation.
Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
0 commit comments