fix another oob pointer arithmetic issue in printf floating point
authorRich Felker <dalias@aerifal.cx>
Wed, 20 Jun 2012 13:28:54 +0000 (09:28 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 20 Jun 2012 13:28:54 +0000 (09:28 -0400)
commit839bff64a17c1ecaed60feefd9b63554ca9cbad6
tree9a0ea28627f10ff1e4b557bfd48408e05e5e52b3
parent82a4499e671db62fab1e3928de6e00bb109d4c8d
fix another oob pointer arithmetic issue in printf floating point

this one could never cause any problems unless the compiler/machine
goes to extra trouble to break oob pointer arithmetic, but it's best
to fix it anyway.
src/stdio/vfprintf.c