<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi,</p>
<p><br>
</p>
<p>I was trying to modify the priority of a task and did not want to get the older one. So I passed a NULL for oldpriority parameter (the 3rd). and function rtems_task_set_priority returned RTEMS_INVALID_ADDRESS. I think this is because, I guess, there is no
 check for oldpriority == NULL => return RTEMS_SUCCESSFUL.</p>
<p><br>
</p>
<p>This could be the case to add this check to the source code? =)</p>
<p><br>
</p>
<p>Greetings,</p>
<p>Agostino<br>
</p>
</div>
</body>
</html>