HACKING: New code _MUST_ use a bounded-buffer in handling untrusted data.

* Guidelines: New code must use a bounded-buffer abstraction that provides
  at least some level of sanity checks on accesses.  Direct pointer
  twiddling based on untrustable buffers is not generally acceptable in new
  code in Quagga.
Tested-by: NetDEF CI System <cisystem@netdef.org>
1 file changed