Skip to content

Comments

test: fix potential null dereference in https_bind_ssl_bevcb#1428

Merged
azat merged 2 commits intolibevent:masterfrom
ZhipengXue97:master
Mar 4, 2023
Merged

test: fix potential null dereference in https_bind_ssl_bevcb#1428
azat merged 2 commits intolibevent:masterfrom
ZhipengXue97:master

Conversation

@ZhipengXue97
Copy link
Contributor

Description
Fix the null dereference warning detected by static analyse tool infer@facebook

Warning Type
Null Dereference

Component Name
libevents/test/regress_https.c (line:4320)

Additional Information
pointer sock last assigned on line 4320 could be null and is dereferenced at line 4328.

@azat azat changed the title Fix potential null dereference test: fix potential null dereference in https_bind_ssl_bevcb Mar 4, 2023
@azat azat merged commit fa05966 into libevent:master Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants