Skip to content

gnutls: avoid using realloc for a fixed size

Steve Lhomme requested to merge robUx4/vlc:gnutls-realloc into master

This also fixes a (bogus) warning in gcc with the realloc usage.

Merge request reports