Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions libpff/libpff_local_descriptors.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@ int libpff_local_descriptors_get_leaf_node_from_node_by_identifier(
{
return( 0 );
}
// Reset the result flag.
result = 0;
if( offsets_index_value == NULL )
{
libcerror_error_set(
Expand Down