Procházet zdrojové kódy

Glenn Schrader patch: Segmentation fault with 1.34+ on Linux x86_64.
Reason: The ~ only complemented the 32 bit unsigned value. When the value was expanded into a size_t the value isn't sign extended so the upper 32 bits wind up being zero. Since this is used as an address mask the upper half of the address is zeroed.

[SVN r39464]

Ion Gaztañaga před 18 roky
rodič
revize
dbd5fbad56
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      libs/interprocess

+ 1 - 1
libs/interprocess

@@ -1 +1 @@
-Subproject commit 02080ddd0f6d817909d31b3d067bab618b026a3e
+Subproject commit 8fdfbaac28b7898f5e17c146aba972a53eb14759

粤ICP备19079148号