monoculum / formam

a package for decode form's values into struct in Go
Apache License 2.0
190 stars 19 forks source link

Limit the array size that gets allocated #32

Closed arp242 closed 4 years ago

arp242 commented 4 years ago

Otherwise people can create extremely large allocations with something like:

[999999999].X

Fixes #31