commit | f08d218e676f9ee8b5c26e755088671baf3a70b7 | [log] [tgz] |
---|---|---|
author | William Wilgus <me.theuser@yahoo.com> | Thu Dec 20 20:41:21 2018 -0600 |
committer | William Wilgus <me.theuser@yahoo.com> | Thu Dec 20 20:41:21 2018 -0600 |
tree | d3891a7d609efb19d468d3663a7ac1d21a21bf9f | |
parent | 28f91ff3dc6e0d7f98c793d022e405781f292eb6 [diff] |
Fix tree.c->dirbrowse panic from database browser I set up panics on invalid entries throughout tree.c dirbrowser was checking for file attributes even when the result was unused, the database browser called this code with an invalid (to the tagcache) index This patch fixes that oversight and also adds __func__ to the panics for easier sleuthing in the future Change-Id: Ie1d6511423bba48125e4916b1c3049c048abaee0