On Fri, Mar 06, 2026 at 04:57:13PM +0000, Daniel P. Berrangé wrote: > The pre-existing serial field should also be length checked to > detect & report invalid user input instead of silently truncating.
Generally fine with that, but worried about user regressions from unknowingly relying on the truncation behavior. Could these overflow conditions just emit a truncation warn_report instead of failing to start?
