Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn Webb
libpushover
Commits
c9beb83f
Unverified
Commit
c9beb83f
authored
Mar 30, 2020
by
Shawn Webb
Browse files
Initialize post_str to NULL
Signed-off-by:
Shawn Webb
<
shawn.webb@hardenedbsd.org
>
parent
a71a276d
Changes
1
Hide whitespace changes
Inline
Side-by-side
libpushover/libpushover.c
View file @
c9beb83f
...
@@ -219,6 +219,7 @@ pushover_submit_message(pushover_ctx_t *ctx, pushover_message_t *msg)
...
@@ -219,6 +219,7 @@ pushover_submit_message(pushover_ctx_t *ctx, pushover_message_t *msg)
assert
(
pushover_message_priority_sane
(
msg
->
psh_priority
));
assert
(
pushover_message_priority_sane
(
msg
->
psh_priority
));
res
=
false
;
res
=
false
;
post_str
=
NULL
;
curl
=
curl_easy_init
();
curl
=
curl_easy_init
();
if
(
curl
==
NULL
)
if
(
curl
==
NULL
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment