[Libguestfs] [PATCH 0/3] Three small fixes (pushed already)

Jim Meyering jim at meyering.net
Mon Nov 9 11:18:52 UTC 2009


Richard W.M. Jones wrote:
> I pushed these already.  One seems to be an obvious fix
> for 32 bit platforms.  The other two are tidy-ups for the
> OCaml bindings which won't interest most people.

The ULL-adding parts look fine.
The sscanf-improving part is probably fine, too
but I have a strong aversion to using sscanf for
any parsing that I want to be robust, since it doesn't
detect overflow.  I.e., it will map an input of 2^64 to 0.




More information about the Libguestfs mailing list