<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - scilab keywords are not protected, statements like abort=1 are executed silently"
href="http://bugzilla.scilab.org/show_bug.cgi?id=12198">bug 12198</a>
<br><br>
---------- Bug Summary ----------- <br>scilab keywords are not protected, statements like abort=1 are executed silently <br><br>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Component</td>
<td>Scilab
</td>
<td>Parser/Lexer
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - scilab keywords are not protected, statements like abort=1 are executed silently"
href="http://bugzilla.scilab.org/show_bug.cgi?id=12198#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - scilab keywords are not protected, statements like abort=1 are executed silently"
href="http://bugzilla.scilab.org/show_bug.cgi?id=12198">bug 12198</a>
from <span class="vcard"><a class="email" href="mailto:sgougeon@free.fr" title="Samuel GOUGEON <sgougeon@free.fr>"> <span class="fn">Samuel GOUGEON</span></a>
</span></b>
<pre>"clear" is not a keyword. It's a function. And functions are protected only with funcprot.
Although it is not a keyword, the case of the "clear()" function is particular, because if it is overwritten, then there is no way to retrieve its
right version from the libraries (as for any other overwritten functions).
This is why it should be protected.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>