Fixed-width implementation of utohexstr contained a bug where extra zero was added when width argument is present and converted value is zero.
Add check for zero width in zero-handling path to fix the issue. Add unit tests for zero input.
Differential D155423
[ADT] Fix `utohexstr` of zero with fixed width IllogicalMagic on Jul 16 2023, 11:42 PM. Authored by
Details
Diff Detail
Unit Tests |