]> granicus.if.org Git - libnl/commit
Fix for dumping objects to a buffer instead of file descriptor
authorBushman, Jeff <JBushman@ciena.com>
Wed, 16 May 2012 15:50:25 +0000 (11:50 -0400)
committerThomas Graf <tgraf@redhat.com>
Fri, 18 May 2012 13:03:46 +0000 (15:03 +0200)
commitca883b61bc88498309afb82be9c8fa071febc741
tree3543b47813bfde052dfca68cfdb00df5118f628c
parent24d577c93dc0b3382d45ca8b29d3226e182e0669
Fix for dumping objects to a buffer instead of file descriptor

Attached is a patch to fix two problems with dumping objects to a buffer in=
stead of a file descriptor.
One was a problem in detecting the end of the buffer in the newline code.
The other was a problem with clearing the whole buffer before printing each=
 object.
lib/cache.c
lib/object.c
lib/utils.c