parse.cc
159 KB
-
compiler: Check for EOF in malformed signatures. · 7a8dfe70
When parsing a malformed function declaration with invalid parameters, gccgo would infinitely loop looking for the end of the function declaration. Fixes golang/go#11530, golang/go#11531. Reviewed-on: https://go-review.googlesource.com/13065 From-SVN: r226795Ian Lance Taylor committed