Possible bugs in Browse app
Dominic Plunkett (2556) 34 posts |
I don’t know if anyone is interested , but there are a few possible bugs in the Browse app. In c/FetchHTML tagname buffer is too small for lines 1953 2120 In c/FontManage Line 574 tries to limit the range of size. It should limit to the number of elements and not the size the array takes in memory. In c/hotlist lines 830 and 831 should really be the other way around. In c/main line 1918 should really be a logical OR and not bitwise In c/JSnavigtr line 227 should the “;” be removed ? In c/Windows line 706 should the “;” be removed ? |