• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Item7617: Add range check in SUBSTRING

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Extension SpreadSheetPlugin Normal Closed   patch 6.0.2

Edit Form Data

Summary:
Reported By:
Codebase:
Applies To:
Component:
Priority:
Current State:
Waiting For:
Target Release:
Released In:
 

Detail

The Apache error log may have entries if an out of range index is specified for the SUBSTRING function.

Test case:

Expected

  • $SUBSTRING(abcdefg,7,5)=|g|
  • $SUBSTRING(abcdefg,8,5)=||
  • $SUBSTRING(abcdefg,-7,2)=|ab|
  • $SUBSTRING(abcdefg,-8,2)=||

Actual

  • $SUBSTRING(abcdefg,7,5)=|g| -- within range
  • $SUBSTRING(abcdefg,8,5)=|| -- out of range
  • $SUBSTRING(abcdefg,-7,2)=|ab| -- within range
  • $SUBSTRING(abcdefg,-8,2)=|| -- out of range

-- TWiki:Main/PeterThoeny - 2015-02-25

ItemTemplate
Summary Add range check in SUBSTRING
ReportedBy TWiki:Main.PeterThoeny
Codebase ~twiki4, 6.0.1
SVN Range TWiki-6.0.1-trunk, Wed, 18 Feb 2015, build 28744
AppliesTo Extension
Component SpreadSheetPlugin
Priority Normal
CurrentState Closed
WaitingFor

Checkins TWikirev:28759 TWikirev:28760 TWikirev:28761 TWikirev:28762
TargetRelease patch
ReleasedIn 6.0.2
Edit | Attach | Watch | Print version | History: r7 < r6 < r5 < r4 < r3 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r7 - 2016-01-22 - PeterThoeny
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback