]> granicus.if.org Git - curl/commit
darwinssl: fix incorrect usage of aprintf()
authorNick Zitzmann <nickzman@gmail.com>
Mon, 15 Dec 2014 06:56:09 +0000 (00:56 -0600)
committerNick Zitzmann <nickzman@gmail.com>
Mon, 15 Dec 2014 06:56:09 +0000 (00:56 -0600)
commit93227ddca5323880a8f4eeb8fca218f2970b3b8d
tree46c13340453e1ce135922f5c4fdf6bcaa286891c
parentcedf996073c7944bd8ebea94a96c6735c4507cc8
darwinssl: fix incorrect usage of aprintf()

Commit b13923f changed an snprintf() to use aprintf(), but the API usage
wasn't correct, and was causing a crash to occur. This fixes it.
lib/vtls/curl_darwinssl.c