• Travis Cross's avatar
    Don't truncate 5-digit port numbers · 7978bd89
    Travis Cross 提交于
    The adj_port buffer was only 5 bytes wide, so we were truncating any
    port numbers >= 10000 that were written to this variable as snprintf
    ensures the last byte is null.
    
    FS-4354 --resolve
    7978bd89
switch_rtp.c 150.2 KB