J'ai pondu un nouvel article où je parle de Go et de glandwnoisettes. Bonne lecture ! 🐿️

https://lenain.info/fr/going-nut/

#golang #go #squirrel #embedding #cgo

Example #1232354 of why I hate semantics on comments/names/etc:

// #cgo noescape thisFunctionDoesNotExist
// #cgo nocallback thisFunctionDoesNotExistNotEvenClose

This of course happily compiles.

🟠 CVE-2025-61731 - High (7.8)

Building a malicious file with cmd/go can cause can cause a write to an attacker-controlled file with partial control of the file content. The "#cgo pkg-config:" directive in a Go source file provides command-line arguments to provide to the Go pk...

πŸ”— https://www.thehackerwire.com/vulnerability/CVE-2025-61731/

#CVE #vulnerability #infosec #cybersecurity #security #Tenda #patchstack

🟠 CVE-2025-61731 - High (7.8)

Building a malicious file with cmd/go can cause can cause a write to an attacker-controlled file with partial control of the file content. The "#cgo pkg-config:" directive in a Go source file provides command-line arguments to provide to the Go pkg-config command. An attacker can provide a "--log...

πŸ”— https://www.thehackerwire.com/vulnerability/CVE-2025-61731/

#CVE #vulnerability #infosec #cybersecurity

🚨 EUVD-2025-206447

πŸ“Š Score: n/a
πŸ“¦ Product: cmd/go, cmd/go
🏒 Vendor: Go toolchain
πŸ“… Updated: 2026-01-28

πŸ“ Building a malicious file with cmd/go can cause can cause a write to an attacker-controlled file with partial control of the file content. The "#cgo pkg-config:" directive in a Go source file provides command-line arguments to provide to the Go pkg-config com...

πŸ”— https://euvd.enisa.europa.eu/vulnerability/EUVD-2025-206447

#cybersecurity #infosec #euvd #cve #vulnerability

EUVD

European Vulnerability Database

Did you know `zig cc` might be a better C #compiler than #GCC / #Clang? And that you can use it to compile your #CGO-dependent #golang projects as well?

I just needed to cross-compile something for x86_64-linux-musl on aarch64-macos-none. Everything else kept giving me headaches (#docker, #qemu)… but using #zig just worked.

https://andrewkelley.me/post/zig-cc-powerful-drop-in-replacement-gcc-clang.html

`zig cc`: a Powerful Drop-In Replacement for GCC/Clang - Andrew Kelley

Aviation weather for Zhengzhou Xinzheng International airport (China) is β€œZHCC 230200Z VRB01MPS 3000 HZ NSC M01/M06 Q1028 NOSIG” : See what it means on https://www.bigorre.org/aero/meteo/zhcc/en #zhengzhouxinzhenginternationalairport #airport #zhengzhou #china #zhcc #cgo #metar #aviation #aviationweather #avgeek vl
Zhengzhou Xinzheng International airport (China) aviation weather and informations ZHCC CGO

Aviation weather with TAF and METAR, Maps, hotels and aeronautical information for Zhengzhou Xinzheng International airport (China)

Bigorre.org

ICAO: 781945
Flt: CSN654 #CHINASOUTHERNAIRLINES #LGW - #CGO
First seen: 2026-01-20 22:04:43 CET
Min Alt: 11249 m AGL
Min Dist: 10.78 km

https://globe.adsbexchange.com/?icao=781945&lat=52.996216&lon=5.800323&zoom=12&showTrace=2026-01-20
#adsb #aboveFRL #EHLW

ICAO: 781945
Flt: CSN653 #CHINASOUTHERNAIRLINES #CGO - #LGW
First seen: 2026-01-20 19:00:26 CET
Min Alt: 10952 m AGL
Min Dist: 9.1 km

https://globe.adsbexchange.com/?icao=781945&lat=53.227478&lon=6.257577&zoom=12&showTrace=2026-01-20
#adsb #aboveFRL #EHLW

Working on a #SailfishOS app with a #Golang backend using #CGo.

So far works well!