godbus / dbus

Native Go bindings for D-Bus
BSD 2-Clause "Simplified" License
959 stars 222 forks source link

Only check header validity when decoding messages #364

Closed guelfey closed 1 year ago

guelfey commented 1 year ago

Don't just do a full encode again. Includes https://github.com/godbus/dbus/pull/353.