Infinite loop bug in 2.7.5
-
Hi there,
today we noticed that 3 of the sites hosted with us broke on update to 2.7.5.
Took a look at your changeset between 2.7.4-2.7.5 (https://plugins.trac.www.ads-software.com/changeset?old_path=%2Fmegamenu&old=2230887&new_path=%2Fmegamenu&new=2278143&sfp_email=&sfph_mail=). Both
apply_depth_to_menu_items
andget_depth_for_menu_item_id
have infinite loops. They don’t occur on all sites, but do on some.I’d suggest making sure
array_pop( $stack ) !== null
or revising the logic.Regards,
Andrija
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Infinite loop bug in 2.7.5’ is closed to new replies.