Jim Meyering 5d25419188 Parse integers more carefully, cont'd.
* qemud/qemud.c: Replace uses of strtol with uses of xstrtol_i.
  Avoid overflow for very large --timeout=N values.
* src/nodeinfo.c: In linuxNodeInfoMemPopulate and
  linuxNodeInfoCPUPopulate, use xstrtol_i rather than strtol.
  Unlike in qemud.c, here we allow trailing "isspace", and in
  the case of "cpuinfo cpu MHz", also allow a "." terminator,
  since we ignore the decimal and any following digits.
* src/internal.h: Define xstrtol_ui, too.


Author: Jim Meyering <meyering@redhat.com>
2007-11-14 10:53:05 +00:00
..
2007-02-23 17:15:42 +00:00
2007-10-19 15:09:31 +00:00
2007-03-09 20:47:12 +00:00
2007-07-25 23:16:30 +00:00
2007-10-27 01:18:38 +00:00
2007-09-29 18:31:05 +00:00
2007-09-29 18:31:05 +00:00
2007-08-09 20:19:12 +00:00
2007-08-09 20:19:12 +00:00