Skip to content
Commit 9e570705 authored by Shogo Nagasaka's avatar Shogo Nagasaka Committed by Nicolas Fella
Browse files

Ensure correct exit status by adding returns after exits in QueryDriver

Avoid exit status overwrite by adding return statements immediately
after each exit(4) call in the QueryDriver's readEntries, readValue,
readMapValue, readPasswordValue, and writeValue methods. This change
prevents subsequent calls to quit() which could potentially alter the
exit status set by exit(4), preserving the intended error signaling.
parent c1646f47
Pipeline #619759 passed with stage
in 2 minutes and 26 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment