[PATCH] Updated Legacy code in i386 pc386
Sebastian Huber
sebastian.huber at embedded-brains.de
Thu Jul 25 13:31:15 UTC 2013
Hello Vipul,
your patch llooks now very good. There is only one last issue left.
On 2013-07-24 15:51, Vipul Nayyar wrote:
> @@ -326,7 +309,7 @@ void Clock_driver_support_initialize_hardware(void)
>
> if ( use_8254 ) {
> /* printk( "Use 8254\n" ); */
> - Clock_driver_support_at_tick = Clock_driver_support_at_tick_empty;
> + Clock_driver_support_at_tick = NULL;
If you look in clockdrv_shell.h, then you see how this
Clock_driver_support_at_tick is used. I think we have now a potential NULL
pointer access (instead of a call to an empty function).
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the devel
mailing list