[alsa-devel] [PATCH - JACK plugin v2 0/2] jack: Support to connect multiple JACK ports with same ALSA channel
twischer at de.adit-jv.com
twischer at de.adit-jv.com
Tue Jan 29 15:30:54 CET 2019
On 1/29/19 14:45, Takashi Iwai wrote:
> name is already dereferenced in strlen(), so it's too late here.
> i.e. name_size has to be evaluated after this NULL check, if any.
> Or just drop this NULL check. It's an internal function and the name
> is never NULL, practically seen.
I have removed it.
> name_size is the exact size of string + 1, so this is equivalent with
> strcpy().
I have added a comment and I am using strcpy(), now.
Best regards
Timo
More information about the Alsa-devel
mailing list