[tor-commits] [tor-browser/tor-browser-52.3.0esr-7.5-2] fixup! Bug 16010: Fixing sandbox compile issues

gk at torproject.org gk at torproject.org
Thu Sep 21 20:49:15 UTC 2017


commit 2354d122644d82df54d655ece5b42bdfa4cf38f8
Author: Georg Koppen <gk at torproject.org>
Date:   Thu Sep 21 20:48:42 2017 +0000

    fixup! Bug 16010: Fixing sandbox compile issues
---
 .../sandbox/chromium/sandbox/win/src/sidestep/mini_disassembler_types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/sandbox/chromium/sandbox/win/src/sidestep/mini_disassembler_types.h b/security/sandbox/chromium/sandbox/win/src/sidestep/mini_disassembler_types.h
index ed45f22bf0ff..e488712e4cdf 100644
--- a/security/sandbox/chromium/sandbox/win/src/sidestep/mini_disassembler_types.h
+++ b/security/sandbox/chromium/sandbox/win/src/sidestep/mini_disassembler_types.h
@@ -150,7 +150,7 @@ struct Opcode {
   // flag.
   unsigned int flag_dest_;
   unsigned int flag_source_;
-  unsigned flag_aux_;
+  unsigned int flag_aux_;
 
   // We indicate the mnemonic for debugging purposes
   const char* mnemonic_;



More information about the tor-commits mailing list