googlearchive / cloud-functions-go

Unofficial Native Go Runtime for Google Cloud Functions
Apache License 2.0
423 stars 44 forks source link

Allocate the flag str so it persists beyond the exec call #32

Closed sethvargo closed 6 years ago

sethvargo commented 6 years ago

There exists a race where the result of c_str() isn't safe after the line ends. This fixes that and also formats the args how Go likes args to be.