• Nathaniel Wesley Filardo's avatar
    net.dns: don't calloc a single int · efa786da
    Nathaniel Wesley Filardo authored
    Removes yet another unchecked allocation point in our C libraries.
    
    While here, fix potential reference leaks on error paths
    
    Also while here, remove some stale documentation.  There can be as many
    DNS requests in flight as LwIP has room for in its table
    (DNS_TABLE_SIZE, which defaults to 4).
    efa786da
net.md 14.8 KB