goplus / llgo

A Go compiler based on LLVM in order to better integrate Go with the C ecosystem including Python
Apache License 2.0
365 stars 26 forks source link

fix a panic caused by invalid memory address or nil pointer dereference #862

Closed tsingbx closed 2 weeks ago

tsingbx commented 2 weeks ago

Fix panic when writing llcppsigfetch results containing %s or %d and other format placeholders to std output. fix when run llcppgtest liblzma will panic.