On Thu, Oct 17, 2024 at 9:10 AM Eelco Chaudron <[email protected]> wrote: > > More recent versions of the vprintf() implementation in glibc are > exhibiting this truncation behavior due to an internal buffer size > change. According to the glibc developers, this is not considered > a bug (see: https://sourceware.org/bugzilla/show_bug.cgi?id=31137). > > To prevent buffer truncation, remove the request for unbuffered > output. > > Signed-off-by: Eelco Chaudron <[email protected]>
Seems fair, unbuffered seems to mean really unbuffered now. Acked-by: Mike Pattrick <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
