antirez / disque

Disque is a distributed message broker
BSD 3-Clause "New" or "Revised" License
8.01k stars 537 forks source link

fix sprintf and snprintf format string #126

Closed jamel closed 8 years ago

jamel commented 8 years ago

There are some cases of printing unsigned integer with %d conversion specificator and vice versa (signed integer with %u specificator).

badboy commented 8 years ago

the first change is in the example file of hiredis. Do you mind to submit it there?

jamel commented 8 years ago

@badboy thanks for pointing this out. I submitted https://github.com/redis/hiredis/pull/369 in hiredis upstream.

antirez commented 8 years ago

Thank you @jamel, merged.