summaryrefslogtreecommitdiffstats
path: root/third_party/talloc/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/talloc/README.chromium')
-rw-r--r--third_party/talloc/README.chromium2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/talloc/README.chromium b/third_party/talloc/README.chromium
index d0400c7..cfd2251 100644
--- a/third_party/talloc/README.chromium
+++ b/third_party/talloc/README.chromium
@@ -19,3 +19,5 @@ chromium.patch):
- An implementation of strnlen was provided for platforms not
supporting it (in particular, Mac OS X).
- A use of ssize_t was changed to size_t on Windows.
+ - a call to vsnprintf() querying the required buffer size was changed to use
+ ptr NULL size 0 in order to satisfy MSVC