iflytek / aiges

AI Serving framework loader
Apache License 2.0
273 stars 35 forks source link

[bug] Crash when no parameters passed #26

Closed whybeyoung closed 2 years ago

whybeyoung commented 2 years ago

when user doesn't supply the function parameters, https://github.com/xfyun/aiges/blob/5364e44aaea2771c34991a2c97e4f5834f93fa90/ai_cpython_wrapper/wrapper.cpp#L151 will crashed

happened commented 2 years ago

because widget/adapter_c.go/paramListCreate () . this init func set param's key and param's value be NULL . this crash only occur when param or data is empty