Commit 2cecfed5 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Default value for pointer that could be used uninitalised

parent 7a4db902
...@@ -608,7 +608,7 @@ rmff_header_t *real_setup_and_get_header(rtsp_client_t *rtsp_session, int bandw ...@@ -608,7 +608,7 @@ rmff_header_t *real_setup_and_get_header(rtsp_client_t *rtsp_session, int bandw
char *description=NULL; char *description=NULL;
char *session_id=NULL; char *session_id=NULL;
rmff_header_t *h; rmff_header_t *h=NULL;
char *challenge1 = NULL; char *challenge1 = NULL;
char challenge2[64]; char challenge2[64];
char checksum[34]; char checksum[34];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment