Skip to content

tls(g_tls_connection_base_read_message): fix possible NULL dereference

priv->app_data_buf is cleared by condition in the loop body. Theoretically this can happen at any iteration of the loop.

Merge request reports