Skip to content
Commit 1ad56385 authored by Mike Hommey's avatar Mike Hommey Committed by Jason Evans
Browse files

Fix malloc_vsnprintf handling of %o, %u and %x

These flags take unsigned values, but they were fed with signed values
taken with va_arg, and that led to sign extension in cases where the
corresponding value has the most significant bit set.
parent 666c5bf7
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