Skip to content

Jump on uninitialized values #6

Closed
@LinuxJedi

Description

@LinuxJedi

The data element of the string variables in the configuration is unset at initialize time. This can cause startup failure in NGINX for certain allocators. You can reproduce this with the following when daemon and master_process is disabled in NGINX:

valgrind --malloc-fill=A5 --free-fill=DE sbin/nginx

I've attached a patch for this
conf_fix.diff.zip

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions