[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#862438: jessie-pu: package eterm/0.9.6-1+deb8u1



Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu

 eterm-0.9.6/debian/changelog |    8 ++++++++
 src/command.c                |    2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff -u eterm-0.9.6/debian/changelog eterm-0.9.6/debian/changelog
--- eterm-0.9.6/debian/changelog
+++ eterm-0.9.6/debian/changelog
@@ -1,3 +1,11 @@
+eterm (0.9.6-1+deb8u1) jessie; urgency=medium
+
+  * QA upload.
+  * Apply patch from Arnaud Ceyrolle to fix problems when starting
+    or stopping the shell caused by an integer overflow. (Closes: #770369)
+
+ -- Adrian Bunk <bunk@debian.org>  Fri, 12 May 2017 19:52:47 +0300
+
 eterm (0.9.6-1) unstable; urgency=low
 
   * QA upload.
only in patch2:
unchanged:
--- eterm-0.9.6.orig/src/command.c
+++ eterm-0.9.6/src/command.c
@@ -1561,7 +1561,7 @@
      * child processes remain alive upon deletion of the window.
      */
     {
-        unsigned short i;
+        unsigned long i;
         unsigned long max_fds;
 
         /* get number of available file descriptors */


Reply to: