]> granicus.if.org Git - curl/commit
http_negotiate: Use dynamic buffer for SPN generation
authorSteve Holme <steve_holme@hotmail.com>
Sun, 18 Jan 2015 17:36:59 +0000 (17:36 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 18 Jan 2015 15:45:12 +0000 (15:45 +0000)
commit1cbc8fd3d1a95b90a1585d57d7af37c73cda2fc1
treede757941dba718d21800bff440ae88fb2f109263
parent9c4fa400cfd076d66671c38c306220196f40ab15
http_negotiate: Use dynamic buffer for SPN generation

Use a dynamicly allocated buffer for the temporary SPN variable similar
to how the SASL GSS-API code does, rather than using a fixed buffer of
2048 characters.
lib/http_negotiate.c