Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37729522
en ru br
ALT Linux repos
S:2.3.3-alt1
5.0: 2.1.3-alt2
4.1: 2.1.3-alt2
4.0: 2.1.3-alt0.M40.2

Group :: System/Libraries
RPM: slang2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: slang-1.4.5-utf8-segv.patch
Download


diff -ru slang-1.4.5/src/slsmg.c slang-1.4.5-new/src/slsmg.c
--- slang-1.4.5/src/slsmg.c	2002-07-25 00:09:00.000000000 -0400
+++ slang-1.4.5-new/src/slsmg.c	2002-07-25 00:04:02.000000000 -0400
@@ -369,7 +369,10 @@
 
   max_len = Start_Col + Screen_Cols;
   len = This_Col;
-  p = SL_Screen[This_Row - Start_Row].neew + len - Start_Col;
+
+       
+  p = SL_Screen[This_Row - Start_Row].neew;
+  if (len > Start_Col) p += len - Start_Col;
   prev = 0;
 
   for (i = 0; i < n; i++, str) {
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin