Select Git revision
winsyslog.c
-
The Windows vsyslog emulation is somewhat archaic and assumes that the log line while max out at 1024 characters, which is not the case nowadays. Using vsnprintf instead vsprintf, will truncate the copy instead of writing outside the buffer. Change-Id: I6a6176fd79eeaf663d2cb9396715babe5254a6e2
The Windows vsyslog emulation is somewhat archaic and assumes that the log line while max out at 1024 characters, which is not the case nowadays. Using vsnprintf instead vsprintf, will truncate the copy instead of writing outside the buffer. Change-Id: I6a6176fd79eeaf663d2cb9396715babe5254a6e2
Code owners
Assign users and groups as approvers for specific file changes. Learn more.