REBOL3 tracker
  0.9.12 beta
Ticket #0002140 User: anonymous

Project:

Previous Next
rss
TypeBug Statuspending Date31-Mar-2014 01:59
Versionr3 master CategoryConsole Submitted bygiuliolunati
PlatformAll Severitycrash Prioritynormal

Summary Failure when system/script/args > 1022 bytes
Description Args string get truncated after 1022 bytes.
May happen segfault.
Example code
test.reb:
print system/script/args

>> r3 test.reb `seq 101 1000`
==101 102 ... 355 35 357 3D

>> r3 test.reb `seq 101 2000`
Segmentation fault

Assigned ton/a Fixed in- Last Update26-Jan-2015 07:39


Comments
(0004390)
giuliolunati
1-Apr-2014 02:33

Fix submitted (PR 215)

Date User Field Action Change
26-Jan-2015 07:39 abolka Description Modified -
26-Jan-2015 07:39 abolka Code Modified -
26-Jan-2015 07:39 abolka Severity Modified minor => crash
26-Jan-2015 07:39 abolka Status Modified submitted => pending
1-Apr-2014 02:33 giuliolunati Comment : 0004390 Added -
31-Mar-2014 01:59 giuliolunati Ticket Added -