shithub: choc

Download patch

ref: a104b98d48c0d5cfa5dcc79175f0ffa853ec4528
parent: 244333454585d1740ae6ffa148f9112128778499
author: Simon Howard <fraggle@soulsphere.org>
date: Wed Sep 27 19:37:46 EDT 2017

net: Get rid of NET_SafePuts().

Instead what's almost always wanted is to read a "safe" string that
cannot contain any control codes. So introduce NET_ReadSafeString()
instead as a wrapper around NET_ReadString() that does this.