]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-bus: use usec_add() for auth timeout calculation
authorLuca Boccassi <luca.boccassi@gmail.com>
Sat, 28 Mar 2026 21:37:47 +0000 (21:37 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 30 Mar 2026 08:37:32 +0000 (09:37 +0100)
commitaa2cc18c762af5c292fdd22357dbbc2c90c66db5
treea48464e3eaf9b9640340223f27756dc417cc49e5
parenta05483a921a518fd283e7cb32dc8c8e816b2ab2c
sd-bus: use usec_add() for auth timeout calculation

Use the overflow-safe usec_add() instead of raw addition for
computing the authentication timeout.

CID#1548036

Follow-up for e3017af97310da024ffb378ed155bc1676922ce7
src/libsystemd/sd-bus/bus-socket.c