Mohamed Ayman commented on a discussion on 
bsps/arm/stm32h7/start/stm32h7-hal.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1156#note_147147

 >    uint32_t enable_bit;
 >    rtems_interrupt_level level;
 >  
 > +  /* Check for bounds to prevent array overflow */
 > +  if (index >= (sizeof(stm32h7_clk_low_power) / 
 > sizeof(stm32h7_clk_low_power[0]))) {

I read 6.3.2, so kindly check this format

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1156#note_147147
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to