Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Zipr Toolchain
Commits
4db200e2
Commit
4db200e2
authored
11 years ago
by
an7s
Browse files
Options
Downloads
Patches
Plain Diff
formatting changes - ignore
Former-commit-id: 8945bb40bc258c939a13d7f04caa693e2544c073
parent
50524bc9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
appfw/src/appfw_ldap.c
+2
-2
2 additions, 2 deletions
appfw/src/appfw_ldap.c
with
2 additions
and
2 deletions
appfw/src/appfw_ldap.c
+
2
−
2
View file @
4db200e2
...
...
@@ -48,7 +48,7 @@ int appfw_ldap_isFilterOperator(char c)
int
appfw_ldap_verify
(
const
char
*
p_filter
)
{
int
length
=
strlen
(
p_filter
);
matched_record
**
matched_signatures
=
appfw_allocate_matched_signatures
(
length
);
matched_record
**
matched_signatures
=
appfw_allocate_matched_signatures
(
length
);
char
*
p_taint
=
malloc
(
length
+
1
);
appfw_establish_taint
(
p_filter
,
p_taint
,
matched_signatures
);
...
...
@@ -73,6 +73,6 @@ int appfw_ldap_verify(const char *p_filter)
}
}
free
(
p_taint
);
free
(
p_taint
);
return
1
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment