Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing proxy null free #1

Open
wants to merge 12 commits into
base: bareos-master
Choose a base branch
from

Conversation

nathanejohnson
Copy link

In the absence of a proxy or a port configuration, it will attempt to free a null pointer.

Marco van Wieringen and others added 12 commits August 10, 2016 20:53
When you typedef dpl_sysmd_mask_t and others to an enum type it can only
be one of the enum values otherwise the compiler will complain. Currently
you can only store one enum type in it and we want to store an or-ed value.
Compiler compains to add braces.
Restore the old default of using empty folder emulation.
Introduce a new assert function _dpl_assert_bit that allows you to
compare bit flags. The _dpl_assert_int on the new bit fields doesn't
work.
Up until now the default behaviour flags are hardcoded to
DPL_BEHAVIOR_KEEP_ALIVE | DPL_BEHAVIOR_VIRTUAL_HOSTING in req.c this
allows you to set a default_behavior_flags in your context that will be
used when it non zero.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants