]> git.proxmox.com Git - libgit2.git/commit
filebuf: Fix printf buffer overflows
authorVicent Marti <tanoku@gmail.com>
Sun, 5 Jun 2011 23:54:59 +0000 (01:54 +0200)
committerVicent Marti <tanoku@gmail.com>
Sun, 5 Jun 2011 23:54:59 +0000 (01:54 +0200)
commitf9213015fddb8636daa993080cbbec70a02cba5c
tree2afd5f7b9b424fcbc0fa5815bf374618a114faa6
parent2b397327e66e0e587e67df5a7803286db0f84ea0
filebuf: Fix printf buffer overflows

The filebuf was not being properly written after a flush. This should
cut it now.

Fixes #228
src/filebuf.c