]> git.ipfire.org Git - thirdparty/curl.git/commit
awssiv4: avoid freeing the date pointer on error
authorDaniel Stenberg <daniel@haxx.se>
Fri, 1 Sep 2023 08:35:40 +0000 (10:35 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 1 Sep 2023 11:36:10 +0000 (13:36 +0200)
commitb8dabfb1e1ec98b0d5be9369fc9a9c4b44b2c8cf
treef4ca49b2bc85602d2e90453f253ba386dbfccd26
parent289cd4073c557f223e260eb53a82333efa714fef
awssiv4: avoid freeing the date pointer on error

Since it was not allocated, don't free it even if it was wrong syntax

Bug: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61908

Follow-up to b137634ba3adb

Closes #11782
lib/http_aws_sigv4.c