Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Issue 100483003: Disable getenv() in libjpeg and libjpeg_turbo (roll to 238232) (Closed)

Created:
7 years ago by Xianzhu
Modified:
7 years ago
CC:
chromium-reviews
Visibility:
Public.

Description

Disable getenv() in libjpeg and libjpeg_turbo (roll to 238232) getenv() is used in libjpeg and libjpeg_turbo to get environment variable JPEGMEM which overrides the default max_memory setting from jpeg_mem_init. However, getenv() is not thread-safe. Now libjpeg may be called from multiple threads when impl-side-painting is enabled. BUG=322228 TBR=cpu Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238278

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libjpeg/libjpeg.gyp View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Xianzhu
7 years ago (2013-12-02 23:51:57 UTC) #1
Noel Gordon
LGTM
7 years ago (2013-12-03 00:05:58 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wangxianzhu@chromium.org/100483003/1
7 years ago (2013-12-03 00:19:36 UTC) #3
commit-bot: I haz the power
7 years ago (2013-12-03 02:34:16 UTC) #4
Message was sent while issue was closed.
Change committed as 238278

Powered by Google App Engine
This is Rietveld 408576698