lgi-devs / lgi

Dynamic Lua binding to GObject libraries using GObject-Introspection
MIT License
434 stars 68 forks source link

Use g_memdup2 if available #297

Closed ntd closed 2 years ago

ntd commented 2 years ago

g_memdup() should be avoided if possible:

https://nvd.nist.gov/vuln/detail/CVE-2021-27219