mirror of
https://github.com/znc/znc.git
synced 2026-06-13 10:14:56 +02:00
02031f5173
Read()'s return value is the only bound on how many bytes are valid in the caller's buffer; ignoring it is what caused the identfile OOB read. All existing callers already use the result, so flag the rest at compile time.