]> git.street.me.uk Git - andy/viking.git/commit
Red Hat Bugzilla – Bug 1210403: Only download and process one Bing attribution list.
authorRob Norris <rw_norris@hotmail.com>
Sat, 2 May 2015 10:51:45 +0000 (11:51 +0100)
committerRob Norris <rw_norris@hotmail.com>
Sat, 2 May 2015 10:51:45 +0000 (11:51 +0100)
commita1ed03fb6a7031b5a9e79aea3b084afe8d2e6396
tree64c28fd655a64708951d0f355143190f979a3848
parent75ea29f0d76717b5de52784548bcbade377a5d42
Red Hat Bugzilla – Bug 1210403: Only download and process one Bing attribution list.

If making more than one download request to get the Bing attributions,
 but then updating (and using) a single instance variable from multiple threads,
 results in undefined behaviour (i.e. could lead to crashes).

Thus ensure only one request at a time is made.
src/bingmapsource.c