mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-08 06:28:26 +01:00
Fix general_name leak in cert:extensions()
Thanks to @zeen for identifying and @horazont for providing test environment.
This commit is contained in:
parent
041a37874b
commit
daf728fec2
@ -371,6 +371,7 @@ int meth_extensions(lua_State* L)
|
||||
/* not supported */
|
||||
break;
|
||||
}
|
||||
GENERAL_NAME_free(general_name);
|
||||
}
|
||||
sk_GENERAL_NAME_free(values);
|
||||
lua_pop(L, 1); /* ret[oid] */
|
||||
|
Loading…
Reference in New Issue
Block a user