sourcegraph / lsif-go

Language Server Indexing Format (LSIF) generator for Go
https://lsif.dev/
MIT License
116 stars 20 forks source link

Add changelog entry for v1.7.6. #237

Closed varungandhi-src closed 2 years ago

varungandhi-src commented 2 years ago

@chrismwendt: is there a nice description for when the panics could happen that I could add to the changelog here? I couldn't quite figure out what user code would trigger the issues fixed in the patch.

Test plan

Not needed since we're only adding a changelog entry.

chrismwendt commented 2 years ago

There isn't much else to say except that removing CGO_ENABLED=0 uncovered a few nil accesses that were causing SEGFAULTs.

Pretty much any code could hit those panics.