wc-duck / datalibrary

Open Source Data Library for data serialization.
Other
42 stars 8 forks source link

type name length is max 1024 #134

Closed lundmark closed 4 years ago

lundmark commented 4 years ago

This is limited in for example dl_txt_pack_inner() where there's a 1024 length type_name buffer that is strncpy'd into, without any asserts or error checks.

wc-duck commented 4 years ago

That should be enough but adding a check is really something I should do!

wc-duck commented 4 years ago

no more limit of typename length!