[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2/2] xl: NULL terminate buf when reading dom0 /proc/uptime
Ian Campbell writes ("[PATCH 2/2] xl: NULL terminate buf when reading dom0 /proc/uptime"): > The contents of /proc/uptime is typically something like "80164.57 > 640617.58", so the existing 512 byte buffer is more than large enoguh, > so reduce its effective size to 511 bytes and ensure we include a > NULL. > > Otherwise Coverity points out that we pass a potentially unterminated > string to strtok. In practice this likely doesn't actually cause > issues (at least on Linux) because the > string should always contain a space so we will stop parsing. Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> and queued _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |