]> git.ipfire.org Git - thirdparty/bird.git/commit
Show threads: Fixed problems with CLI buffer reallocation
authorMaria Matejka <mq@ucw.cz>
Thu, 27 Apr 2023 09:02:02 +0000 (11:02 +0200)
committerMaria Matejka <mq@ucw.cz>
Wed, 3 May 2023 19:30:29 +0000 (21:30 +0200)
commit9bc5cbd3c74a20a0071ce87884bfb217c0aacb8d
treea04b9a1fd31be6f9862abc9ecdc0b44f5fc39b86
parent8bc27583ff6d5d8f6789ca1b3d628c967f24a13a
Show threads: Fixed problems with CLI buffer reallocation

... by allocating all the output locally and then sending it out at
once.
sysdep/unix/io-loop.c