mirror of
https://github.com/znc/znc.git
synced 2026-07-03 08:21:57 +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.