Skip to content
Commit ae263cca authored by Aleksandr Mezin's avatar Aleksandr Mezin Committed by Simon Ser
Browse files

util: always check result of wl_array_add()



Not checking the result of wl_array_add() can cause writes past the end of the
allocated buffer if realloc fails.

Signed-off-by: default avatarAleksandr Mezin <mezin.alexander@gmail.com>
parent b6bbc0c4
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