Dear all,

I made a patch to fix this bug.

As attachment.


Yours,

Paul

Description: Fix FTBFS on amd64
 fix main.c:824:7: error: ‘write’ reading 18 bytes from a region of size 17
Author: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Bug-Debian: http://bugs.debian.org/997272
Last-Update: 2021-11-06
Index: telegram-cli-1.3.1+git20160323.6547c0b21/main.c
===================================================================
--- telegram-cli-1.3.1+git20160323.6547c0b21.orig/main.c
+++ telegram-cli-1.3.1+git20160323.6547c0b21/main.c
@@ -821,7 +821,7 @@ void termination_signal_handler (int sig
     rl_cleanup_after_signal ();
   }
   
-  if (write (1, "SIGNAL received\n", 18) < 0) { 
+  if (write (1, "SIGNAL received\n", 17) < 0) { 
     // Sad thing
   }
  

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to