]> granicus.if.org Git - curl/commit
unit1604: fix snprintf
authorDaniel Stenberg <daniel@haxx.se>
Sun, 3 Apr 2016 08:46:36 +0000 (10:46 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 3 Apr 2016 08:47:13 +0000 (10:47 +0200)
commitd4d87d7eada1b69674ece975f14db942c6de1cae
treefcd4599e8bcc26a21b577a5b2c512b017109e6df
parent0326b06770d6a3bd8c877497ef949ff4cdf30210
unit1604: fix snprintf

follow-up to 0326b06

sizeof(pointer) is no good for the buffer size!

Reported-by: Viktor Szakats
tests/unit/unit1604.c