]> git.ipfire.org Git - thirdparty/curl.git/commit
fopen: remove unnecessary assignment
authorKvarec Lezki <cuarzo@ya.ru>
Thu, 2 Feb 2023 11:16:01 +0000 (16:16 +0500)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 5 Feb 2023 08:15:08 +0000 (03:15 -0500)
commit74040ddecb6e25ae81a2a38acc10950d4529bb8d
tree47c4a6b55d0c16bc86f1cd94e11ae6e29cefc650
parent62097a7ea4e17ab09fe33086c0d63492710be1b4
fopen: remove unnecessary assignment

[CWE-1164] V1048: The '* tempname' variable was assigned the same value.

Ref: https://pvs-studio.com/en/docs/warnings/v1048/

Closes https://github.com/curl/curl/pull/10398
lib/fopen.c