[ovs-dev] [PATCH 0/4] replace sscanf() by our own implementation

Ben Pfaff blp at nicira.com
Fri Nov 15 17:47:00 UTC 2013


On Sat, Nov 09, 2013 at 03:55:03PM -0800, Ben Pfaff wrote:
> The Windows implementation of sscanf() is defective: it does not support
> the 'hh' modifier.  There is an effort on to port OVS to Hyper-V, so this
> is a problem.  This series adds an implementation of sscanf() to the tree,
> under the name ovs_scan(), which allows for some improvements elsewhere
> as a consequence.

I accidentally pushed all of these patches to master while intending to
push only one other patch.  Sorry about that.  However, I think it's OK:
the big patch in the series had already been tested and reviewed, and
the rest are pretty trivial.

Please feel free to review them anyway, if you like, and I'll definitely
fix any problems spotted.

Thanks,

Ben.



More information about the dev mailing list