Essentially echo "" | yaml2obj crashes. This patch attempts to trim whitespace and determine if the yaml string in the file is empty or not.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Essentially echo "" | yaml2obj crashes.
Why is this the right place for the fix then? Isn't it a bug in yaml::Input?