Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(6182)

Issue 319290043: TBR: i#2120: handle LoadLibrary with missing suffix

Can't Edit
Can't Publish+Mail
Start Review
Created:
7 years, 2 months ago by bruening
Modified:
7 years, 2 months ago
Reviewers:
zhaoqin
CC:
dynamorio-devs_googlegroups.com
Visibility:
Public.

Description

Commit log for first patchset: --------------- i#2120: handle LoadLibrary with missing suffix Adds matching behavior to the Windows LoadLibrary where the ".dll" suffix is added if there's no "." or ".dll" already, to the Windows private library redirection code. Adds a test. Fixes #2120 ---------------

Patch Set 1 #

Patch Set 2 : Committed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -16 lines) Patch
M core/loader_shared.c View 2 chunks +5 lines, -3 lines 0 comments Download
M core/win32/drwinapi/drwinapi.c View 3 chunks +3 lines, -1 line 0 comments Download
M core/win32/drwinapi/kernel32_lib.c View 4 chunks +74 lines, -12 lines 0 comments Download

Messages

Total messages: 2
bruening
7 years, 2 months ago (2017-02-03 05:31:19 UTC) #1
bruening
7 years, 2 months ago (2017-02-03 05:31:21 UTC) #2
Committed as
https://github.com/DynamoRIO/dynamorio/commit/48c3bb123a36007b05ba0f6ca541339...

Final commit log: 
---------------
i#2120: handle LoadLibrary with missing suffix

Adds matching behavior to the Windows LoadLibrary where the ".dll"
suffix is added if there's no "." or ".dll" already, to the Windows
private library redirection code.

Adds a test.

Fixes #2120

Review-URL: https://codereview.appspot.com/319290043
---------------
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b