]> granicus.if.org Git - curl/commit
tests: fixed variable might be clobbered warning
authorDan Fandrich <dan@coneharvesters.com>
Sat, 12 Nov 2016 11:33:10 +0000 (12:33 +0100)
committerDan Fandrich <dan@coneharvesters.com>
Sat, 12 Nov 2016 11:37:24 +0000 (12:37 +0100)
commit56bb7b1a3c17657a376a32f39eb7d2d15876a519
treecf22c0c796fe929b4f598b67be44a0f5c5c3bbfe
parentff662f1c3af6ca668f1bb15838cdbc856159d365
tests: fixed variable might be clobbered warning

This stops the compiler from potentially making invalid assumptions
about the immutability of sdp and sap across the longjmp boundary.
tests/server/tftpd.c