Changeset 3be21a9 in git

Timestamp:
05/05/16 08:06:11 (7 years ago)
Author:
Olly Betts <olly@…>
Branches:
line_contents, master, proj-api-update, stereo
Children:
73f170d
Parents:
de8e9cf
git-author:
Colin Watson <cjwatson@…> (04/05/16 17:51:33)
git-committer:
Olly Betts <olly@…> (05/05/16 08:06:11)
Message:

Ensure that pcs->begin_survey is initialised

read_prefix may longjmp and so avoid the subsequent assignment.

This is a targeted fix for test failures visible in some environments
and under valgrind. It may fix https://bugs.debian.org/821195. A more
complete fix would be to make sure that structures are always
zero-filled when they are allocated, but that probably requires work
throughout the codebase.

(No files)

Note: See TracChangeset for help on using the changeset viewer.