Mercurial > libdvdnav.hg
graph
-
since sectors range in [0..len-1] the target offset must be validated not to exceed length-1; reported by ggurov@abv.bg srcWed, 11 Jul 2007 21:53:36 +0000, by nicodvb
-
in dvdnav_sector_search() replaced check (length-offset<0) with safer (length<offset) ; patch by ggurob abv bg srcWed, 11 Jul 2007 21:21:45 +0000, by nicodvb