mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-09 17:12:58 +00:00
2005-12-09 Till Straumann <strauman@slac.stanford.edu>
PR 849/networking
* librpc/src/rpc/rtems_portmapper.c: Increased stack size
by ARGSIZE to prevent overrun.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2005-12-09 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
|
PR 849/networking
|
||||||
|
* librpc/src/rpc/rtems_portmapper.c: Increased stack size
|
||||||
|
by ARGSIZE to prevent overrun.
|
||||||
|
|
||||||
2005-10-06 Joel Sherrill <joel@OARcorp.com>
|
2005-10-06 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* aclocal/version.m4: Updated to rtems-4.6.5.
|
* aclocal/version.m4: Updated to rtems-4.6.5.
|
||||||
|
|||||||
@@ -470,7 +470,7 @@ int rtems_rpc_start_portmapper (int priority)
|
|||||||
}
|
}
|
||||||
sc = rtems_task_create (rtems_build_name('P', 'M', 'A', 'P'),
|
sc = rtems_task_create (rtems_build_name('P', 'M', 'A', 'P'),
|
||||||
priority,
|
priority,
|
||||||
8000,
|
ARGSIZE + 8000,
|
||||||
RTEMS_PREEMPT|RTEMS_NO_TIMESLICE|RTEMS_NO_ASR|RTEMS_INTERRUPT_LEVEL(0),
|
RTEMS_PREEMPT|RTEMS_NO_TIMESLICE|RTEMS_NO_ASR|RTEMS_INTERRUPT_LEVEL(0),
|
||||||
RTEMS_NO_FLOATING_POINT|RTEMS_LOCAL,
|
RTEMS_NO_FLOATING_POINT|RTEMS_LOCAL,
|
||||||
&tid);
|
&tid);
|
||||||
|
|||||||
Reference in New Issue
Block a user