vstakhov / libucl

Universal configuration library parser
BSD 2-Clause "Simplified" License
1.63k stars 139 forks source link

lua: Push string with len #276

Closed ryan-moeller closed 10 months ago

ryan-moeller commented 10 months ago

Fix emitting msgpack (which may contain nul bytes) by using the actual length emitted.

vstakhov commented 10 months ago

That's a good catch, thank you!

vstakhov commented 10 months ago

It seems I have the same fix in rspamd repo, it was not properly backported here.