OSDN Git Service

Fixed crash in the cpp hover handler
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
Fri, 12 Jun 2009 13:25:14 +0000 (15:25 +0200)
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
Fri, 12 Jun 2009 13:45:35 +0000 (15:45 +0200)
commit7403fe681ce9c0e04a54e966532ab54558287932
treee473754d2710f77bfd3049c048214a64b7b958d0
parent20a270e4ae2f28ee7616c88850f96076817597af
Fixed crash in the cpp hover handler

Didn't check whether the lookup actually returned a valid symbol before
accessing the name.

Reviewed-by: Roberto Raggi
src/plugins/cppeditor/cpphoverhandler.cpp