re PR go/66016 (Accessing nil Func's name results in crash)
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 5 May 2015 16:38:57 +0000 (16:38 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 5 May 2015 16:38:57 +0000 (16:38 +0000)
commitbd9e8f7e4a07c659959c4c5f2b874c2a292924a1
treedd7e1d70888d6d5dda6b5331020269bd661b06ae
parent460f31eeeb19cfe6e28120586f7a28ff53994723
re PR go/66016 (Accessing nil Func's name results in crash)

PR go/66016
runtime: Don't crash in Func.Name if the Func is nil.

Related to Go issue 10696

From-SVN: r222816
libgo/runtime/go-caller.c