Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
16d0df1f
Commit
16d0df1f
authored
Jun 07, 2021
by
Martin Tobias Holmedahl Sandsmark
Browse files
add test to expose memory corruption
CCBUG: 432376
CCMAIL: cbc.alves@gmail.com
parent
d853baaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/resize-test.sh
0 → 100755
View file @
16d0df1f
#!/bin/sh
echo
"Make sure konsole is built with 'cmake .. -DECM_ENABLE_SANITIZERS=address'"
echo
echo
$(
printf
'a%.0s'
$(
seq
1
$((
$(
stty
size |
cut
-d
\
-f2
)
-
1
))
))
echo
echo
Now make the window smaller
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment